mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-18 16:08:17 +00:00
27 lines
1.1 KiB
XML
27 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>scheme@gentoo.org</email>
|
|
<name>Gentoo Scheme Project</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
Chez Scheme is both a programming language and an implementation
|
|
of that language, with supporting tools and documentation.
|
|
|
|
As a superset of the language described in the Revised6 Report on
|
|
the Algorithmic Language Scheme (R6RS), Chez Scheme supports all
|
|
standard features of Scheme, including first-class procedures,
|
|
proper treatment of tail calls, continuations, user-defined
|
|
records, libraries, exceptions, and hygienic macro expansion.
|
|
|
|
Chez Scheme also includes extensive support for interfacing with C
|
|
and other languages, support for multiple threads possibly running
|
|
on multiple cores, non-blocking I/O, and many other features.
|
|
</longdescription>
|
|
<upstream>
|
|
<bugs-to>https://github.com/cisco/ChezScheme/issues</bugs-to>
|
|
<remote-id type="github">cisco/ChezScheme</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|