You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
901 B
23 lines
901 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>common-lisp@gentoo.org</email>
|
|
<name>Gentoo Common Lisp Project</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
ECL (Embeddable Common Lisp) is an implementation of the Common Lisp language as
|
|
described in the X3J13 Ansi specification, featuring CLOS (Common Lisp Object
|
|
System), conditions, loops, etc, plus a translator to C, which can produce
|
|
standalone executables.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="gengc">Use generational garbage collection (experimental)</flag>
|
|
<flag name="precisegc">Use type information during garbage collection (experimental)</flag>
|
|
<flag name="libatomic">Use <pkg>dev-libs/libatomic_ops</pkg> library</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="sourceforge">ecls</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|