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
|
Source: scheme9
Section: lisp
Priority: optional
Maintainer: Barak A. Pearlmutter <bap@debian.org>
Build-Depends: debhelper-compat (= 13),
libncurses5-dev | libncurses-dev | ncurses-dev,
libx11-dev
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://www.t3x.org/s9fes/index.html
Vcs-Git: https://salsa.debian.org/debian/scheme9.git
Vcs-Browser: https://salsa.debian.org/debian/scheme9
Package: scheme9
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Scheme 9 from Empty Space R4RS Scheme interpreter
Scheme 9 from Empty Space is an interpreter for a broad subset of
R4RS Scheme, and runs in many popular environments, including
Linux, *BSD, the unmentionable horror, and Plan 9. The S9fES code
strives to be simple and comprehensible. It is particularly
interesting to people who want to (a) try Scheme without having to
jump through too many hoops (S9fES is very portable); or (b) study
the implementation of Scheme (in a language other than Scheme). A
free online textbook describing the system is also available.
|