diff options
author | 2004-01-29 03:54:31 +0000 | |
---|---|---|
committer | 2004-01-29 03:54:31 +0000 | |
commit | 500910f96f6bd78981c6b4a105bd157edc7436e6 (patch) | |
tree | 8efe2996184b3daa1337a0017ccec6c37a51dc9b /dev-lisp/sbcl/metadata.xml | |
parent | AMD64 keywords (Manifest recommit) (diff) | |
download | gentoo-2-500910f96f6bd78981c6b4a105bd157edc7436e6.tar.gz gentoo-2-500910f96f6bd78981c6b4a105bd157edc7436e6.tar.bz2 gentoo-2-500910f96f6bd78981c6b4a105bd157edc7436e6.zip |
*** empty log message ***
Diffstat (limited to 'dev-lisp/sbcl/metadata.xml')
-rw-r--r-- | dev-lisp/sbcl/metadata.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-lisp/sbcl/metadata.xml b/dev-lisp/sbcl/metadata.xml index f418045b09c8..b57518b82781 100644 --- a/dev-lisp/sbcl/metadata.xml +++ b/dev-lisp/sbcl/metadata.xml @@ -2,4 +2,22 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>common-lisp</herd> +<longdescription> +Steel Bank Common Lisp is an open source Common Lisp +implementation. It provides an integrated native compiler, +interpreter, and debugger. + +SBCL is a fork off of the main branch of CMUCL. SBCL is distinguished +from CMUCL by a greater emphasis on maintainability. In particular, +the SBCL system can be built directly from its source code, so that +the output corresponds to the source code in a controlled, verifiable +way, and arbitrary changes can be made to the system without causing +bootstrapping problems. SBCL also places less emphasis than CMU CL +does on new non-ANSI extensions, or on backward compatibility with old +non-ANSI features. + +Support for native threading on GNU/Linux is available for the x86 +platform, including support for the new futex system call available in +2.6.x kernels. +</longdescription> </pkgmetadata> |