summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 91d7a7a72957f55e193a93c6ab463e8b61dbad91 (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
Source: scm
Section: interpreters
Priority: optional
Maintainer:  Thomas Bushnell, BSG <tb@debian.org>
Standards-Version: 3.7.3
Build-Depends: slib (>> 3a5), libncurses5-dev, libreadline5-dev, texi2html, texinfo, libx11-dev, debhelper (>= 5)

Package: scm
Architecture: alpha amd64 arm hppa i386 hurd-i386 m68k mips mipsel powerpc ppc64 sparc ia64 armel armeb
Section: interpreters
Priority: optional
Depends: slib (>> 3a5), ${shlibs: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: alpha amd64 arm hppa i386 hurd-i386 m68k mips mipsel powerpc ppc64 sparc ia64 armel armeb
Section: libdevel
Priority: optional
Depends: scm (= ${binary:Version}), slib (>> 3a5), ${shlibs: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.