diff options
author | John Turner <jturner.usa+gentoo@gmail.com> | 2022-12-16 00:47:21 -0500 |
---|---|---|
committer | John Turner <jturner.usa+gentoo@gmail.com> | 2022-12-16 00:47:21 -0500 |
commit | 93a3596e451d5446fd924dd66fe5f71b441d0145 (patch) | |
tree | b3cc9c26b1351a1baa4b0d9d237024ffa7089b4a /dev-lisp/ecls/metadata.xml | |
parent | eb48971d6067ac9a4757d0362f7284323a6c8b23 (diff) | |
download | ebuilds-93a3596e451d5446fd924dd66fe5f71b441d0145.tar.gz |
dev-lisp/ecls: packaged a snapshot recent enough to build SBCL!
Diffstat (limited to 'dev-lisp/ecls/metadata.xml')
-rw-r--r-- | dev-lisp/ecls/metadata.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-lisp/ecls/metadata.xml b/dev-lisp/ecls/metadata.xml new file mode 100644 index 0000000..ec56a70 --- /dev/null +++ b/dev-lisp/ecls/metadata.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://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> + </use> + <upstream> + <remote-id type="sourceforge">ecls</remote-id> + </upstream> +</pkgmetadata> |