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 30 31 32 33 34 35 36 37
|
Source: scm
Section: interpreters
Priority: optional
Maintainer: Debian Scheme Dream Team <debian-scheme@lists.debian.org>
Uploaders: Bryan Newbold <bnewbold@robocracy.org>,
Barak A. Pearlmutter <bap@debian.org>,
Gwen Weinholt <weinholt@debian.org>
Build-Depends: debhelper-compat (= 13),
slib,
libncurses-dev, libreadline-dev,
texinfo,
libx11-dev,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://people.csail.mit.edu/jaffer/SCM.html
Vcs-Git: https://salsa.debian.org/scheme-team/scm.git
Vcs-Browser: https://salsa.debian.org/scheme-team/scm
Package: scm
Architecture: any
Depends: slib, ${shlibs:Depends}, ${misc:Depends}
Suggests: r5rs-doc
Description: Scheme language interpreter
SCM conforms to the R5RS (Revised^5 Report on the Algorithmic Language Scheme)
and IEEE P1178 specifications, and is portable across many architectures and
operating systems. It additionally includes a set of popular Common Lisp
functions, POSIX and X Windows integration, and the Hobbit scheme-to-C
compiler.
Package: libscm-dev
Architecture: any
Section: libdevel
Depends: scm (= ${binary:Version}), slib, ${misc:Depends}
Suggests: r5rs-doc
Description: Embeddable library for SCM Scheme language interpreter
Compact static library containing the SCM interpreter and an API making it
easy to integrate into other programs as a scripting language.
|