aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
blob: ccc8da1e882e06200c7982ecb8a6d8c43d870b08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: scm
Section: interpreters
Priority: optional
Maintainer:  Thomas Bushnell, BSG <tb@debian.org>
Build-Depends: slib (>> 3b1), libncurses5-dev, libreadline-dev, texinfo, libx11-dev, debhelper (>= 9)
Standards-Version: 3.9.8
Homepage: http://people.csail.mit.edu/jaffer/SCM.html

Package: scm
Architecture: any
Depends: slib (>> 3b1), ${shlibs:Depends}, ${misc:Depends}
Description: A Scheme language interpreter
 Scm conforms to Revised^5 Report on the Algorithmic Language Scheme and
 the IEEE P1178 specification.

Package: libscm-dev
Architecture: any
Section: libdevel
Depends: scm (= ${binary:Version}), slib (>> 3b1), ${misc:Depends}
Description: Embeddable library for SCM Scheme language interpreter
 This is a static library which provides the functionality of SCM, making it
 convenient add scheme functionality to other programs.