summaryrefslogtreecommitdiff
blob: 805c75982ffacb9e52703c4cd08716f03fe96da8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>grozin@gentoo.org</email>
<name>Andrey Grozin</name>
</maintainer>
<herd>common-lisp</herd>
<longdescription>
CMUCL is a free implementation of the Common Lisp programming language
which runs on most major Unix platforms. It mainly conforms to the
ANSI Common Lisp standard. Here is a summary of its main features:

 * a sophisticated native-code compiler which is capable of powerful
   type inferences, and generates code competitive in speed with C
   compilers.

 * generational garbage collection and multiprocessing capability on
   the x86 ports.

 * a foreign function interface which allows interfacing with C code
   and system libraries, including shared libraries on most platforms,
   and direct access to Unix system calls.

 * support for interprocess communication and remote procedure calls.

 * an implementation of CLOS, the Common Lisp Object System, which
   includes multimethods and a metaobject protocol.

 * a graphical source-level debugger using a Motif interface, and a
   code profiler.
</longdescription>
<use>
<flag name='source'>Include source code for CMUCL in installation</flag>
</use>
</pkgmetadata>