summaryrefslogtreecommitdiff
blob: 94495eddf26721a1435bd80863b76c185d6f41ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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>
		<flag name="unicode">Make the produced lisp support unicode</flag>
	</use>
	<upstream>
		<remote-id type="gitlab">embeddable-common-lisp/ecl</remote-id>
	</upstream>
</pkgmetadata>