diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-02-24 23:12:16 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-02-24 23:43:03 +0100 |
commit | 4cc78cb38f5e88a2608aa3d52dede71958a04cd2 (patch) | |
tree | 61e04c2c476ed2d4345c9a9448d57a05aea66cd7 /gnu/packages/lisp.scm | |
parent | 2178ed66f7ae8f793078c7e392af4bf1fb472968 (diff) | |
download | guix-4cc78cb38f5e88a2608aa3d52dede71958a04cd2.tar guix-4cc78cb38f5e88a2608aa3d52dede71958a04cd2.tar.gz |
gnu: Sync GNU synopses and descriptions.
* gnu/packages/games.scm (gnugo): Adjust synopsis.
* gnu/packages/libffcall.scm (libffcall): Likewise.
* gnu/packages/lisp.scm (clisp): Adjust synopsis and description.
Diffstat (limited to 'gnu/packages/lisp.scm')
-rw-r--r-- | gnu/packages/lisp.scm | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index bf8bb9b054..5db3fa98f9 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -182,13 +182,11 @@ supporting ASDF, Sockets, Gray streams, MOP, and other useful components.") ;; Makefiles seem to have race conditions. #:parallel-build? #f)) (home-page "http://www.clisp.org/") - (synopsis "Common Lisp implementation") - (description "GNU CLISP is an implementation of ANSI Common Lisp, with -many extensions. It includes an interpreter, compiler, debugger, CLOS, MOP, -an FFI, i18n, POSIX and Perl regular expressions, a socket interface, fast -bignums, arbitrary precision floats, and more. An X11 interface is available -through CLX, Garnet and CLUE/CLIO. Command line editing is provided by -readline.") + (synopsis "A Common Lisp implementation") + (description + "GNU CLISP is an implementation of ANSI Common Lisp. Common Lisp is a +high-level, object-oriented functional programming language. CLISP includes +an interpreter, a compiler, a debugger, and much more.") ;; Website says gpl2+, COPYRIGHT file says gpl2; actual source files have ;; a lot of gpl3+. (Also some parts are under non-copyleft licenses, such ;; as CLX by Texas Instruments.) In that case gpl3+ wins out. |