blob: 45f670713c0966fcd96414a0be718e8ea7a98d9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>scheme@gentoo.org</email>
<name>Gentoo Scheme Project</name>
</maintainer>
<longdescription>
CHICKEN is a compiler for the Scheme programming language. CHICKEN
produces portable, efficient C, supports almost all of the current
Scheme language standard, the Revised^5 Report on the Algorithmic
Language Scheme (R5RS), and includes many enhancements and extensions.
CHICKEN runs on MacOS X, Windows, and many Unix flavours.
</longdescription>
<upstream>
<remote-id type="cpe">cpe:/a:call-cc:chicken</remote-id>
</upstream>
<origin>srcux</origin>
</pkgmetadata>
|