diff options
Diffstat (limited to 'dev-lisp/ecls/metadata.xml')
-rw-r--r-- | dev-lisp/ecls/metadata.xml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-lisp/ecls/metadata.xml b/dev-lisp/ecls/metadata.xml deleted file mode 100644 index ec56a70..0000000 --- a/dev-lisp/ecls/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?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> |