Use https by default
[gentoo.git] / dev-lisp / sbcl / 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>pchrist@gentoo.org</email>
6                 <name>Panagiotis Christopoulos</name>
7                 <description>primary-maintainer</description>
8         </maintainer>
9         <maintainer>
10                 <email>sionescu+gentoo@cddr.org</email>
11                 <name>Stelian Ionescu (fe[nl]ix)</name>
12                 <description>second-maintainer</description>
13         </maintainer>
14         <herd>common-lisp</herd>
15         <herd>proxy-maintainers</herd>
16         <longdescription>Steel Bank Common Lisp is an open source Common
17   Lisp implementation. It provides an integrated native compiler,
18   interpreter, and debugger. SBCL is a fork off of the main branch
19   of CMUCL. SBCL is distinguished from CMUCL by a greater emphasis
20   on maintainability. In particular, the SBCL system can be built
21   directly from its source code, so that the output corresponds to
22   the source code in a controlled, verifiable way, and arbitrary
23   changes can be made to the system without causing bootstrapping
24   problems. SBCL also places less emphasis than CMU CL does on new
25   non-ANSI extensions, or on backward compatibility with old
26   non-ANSI features. Support for native threading on GNU/Linux is
27   available for the x86 and amd64 platforms using an NPTL enabled
28   GLIBC. SBCL 0.8.17 and later support Unicode.
29 </longdescription>
30         <use>
31                 <flag name="asdf">Include support for <pkg>dev-lisp/asdf in SBCL</pkg></flag>
32                 <flag name="ldb">Include support for the SBCL low level debugger</flag>
33                 <flag name="pax_kernel">Enable if the user plans to run the package under a pax enabled hardened kernel</flag>
34         </use>
35         <upstream>
36                 <remote-id type="sourceforge">sbcl</remote-id>
37         </upstream>
38 </pkgmetadata>