aboutsummaryrefslogtreecommitdiff
blob: 1eeae57753178523224873427a54851428e8ec59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="person">
    <email>matt@offtopica.uk</email>
    <name>Matt Smith</name>
  </maintainer>
  <maintainer type="person">
    <email>xgqt@riseup.net</email>
    <name>Maciej Barć</name>
  </maintainer>
  <longdescription lang="en">
    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>
    <remote-id type="github">cisco/ChezScheme</remote-id>
  </upstream>
</pkgmetadata>