Use https by default
[gentoo.git] / dev-lisp / cmucl / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4 <maintainer>
5 <email>grozin@gentoo.org</email>
6 <name>Andrey Grozin</name>
7 </maintainer>
8 <herd>common-lisp</herd>
9 <longdescription>
10 CMUCL is a free implementation of the Common Lisp programming language
11 which runs on most major Unix platforms. It mainly conforms to the
12 ANSI Common Lisp standard. Here is a summary of its main features:
13
14  * a sophisticated native-code compiler which is capable of powerful
15    type inferences, and generates code competitive in speed with C
16    compilers.
17
18  * generational garbage collection and multiprocessing capability on
19    the x86 ports.
20
21  * a foreign function interface which allows interfacing with C code
22    and system libraries, including shared libraries on most platforms,
23    and direct access to Unix system calls.
24
25  * support for interprocess communication and remote procedure calls.
26
27  * an implementation of CLOS, the Common Lisp Object System, which
28    includes multimethods and a metaobject protocol.
29
30  * a graphical source-level debugger using a Motif interface, and a
31    code profiler.
32 </longdescription>
33 <use>
34 <flag name='source'>Include source code for CMUCL in installation</flag>
35 </use>
36 </pkgmetadata>