forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.xml
42 lines (42 loc) · 1.72 KB
/
metadata.xml
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
37
38
39
40
41
42
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>Panagiotis Christopoulos</name>
<description>primary-maintainer</description>
</maintainer>
<maintainer type="person">
<email>[email protected]</email>
<name>Stelian Ionescu (fe[nl]ix)</name>
<description>second-maintainer</description>
</maintainer>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Common Lisp Project</name>
</maintainer>
<maintainer type="project">
<email>[email protected]</email>
<name>Proxy Maintainers</name>
</maintainer>
<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 and amd64 platforms using an NPTL enabled
GLIBC. SBCL 0.8.17 and later support Unicode.
</longdescription>
<use>
<flag name="pax_kernel">Enable if the user plans to run the package under a pax enabled hardened kernel</flag>
</use>
<upstream>
<remote-id type="sourceforge">sbcl</remote-id>
</upstream>
</pkgmetadata>