summaryrefslogtreecommitdiff
path: root/dev-lisp/ecl/metadata.xml
blob: b2d998404582bba4f3297093682e8225275bf2c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/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="unicode">Make the produced lisp support unicode</flag>
  </use>
  <origin>srcux</origin>
</pkgmetadata>