File: control

package info (click to toggle)
scm 5f2-2
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 4,736 kB
  • sloc: ansic: 41,043; lisp: 15,750; makefile: 662; sh: 561; asm: 288
file content (28 lines) | stat: -rw-r--r-- 1,147 bytes parent folder | download
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
Source: scm
Section: interpreters
Priority: optional
Maintainer: Bryan Newbold <bnewbold@robocracy.org>
Build-Depends: slib (>> 3b1), libncurses5-dev, libreadline-dev, texinfo, libx11-dev, debhelper (>= 9)
Standards-Version: 4.0.0
Homepage: http://people.csail.mit.edu/jaffer/SCM.html
Vcs-Git: https://git.bnewbold.net/debian/scm

Package: scm
Architecture: any
Depends: slib (>> 3b1), ${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 (>> 3b1), ${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.