summaryrefslogtreecommitdiff
path: root/dev-lisp/ecl/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-09-14 22:48:30 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-09-14 22:48:30 +0100
commitea7f3f690b55cdfa8b2d350b03c1dfc0c8357a51 (patch)
tree4b5a746c80bd7aacbe83448c66643e9dc4dcc105 /dev-lisp/ecl/metadata.xml
parentcdb999af22d9aa464bfd480fc9f5ebda71fc89e2 (diff)
gentoo auto-resync : 14:09:2023 - 22:48:30
Diffstat (limited to 'dev-lisp/ecl/metadata.xml')
-rw-r--r--dev-lisp/ecl/metadata.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-lisp/ecl/metadata.xml b/dev-lisp/ecl/metadata.xml
new file mode 100644
index 000000000000..e3597447d67b
--- /dev/null
+++ b/dev-lisp/ecl/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="gitlab">embeddable-common-lisp/ecl</remote-id>
+ </upstream>
+</pkgmetadata>