aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control10
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index cca40a5..dad9258 100644
--- a/debian/control
+++ b/debian/control
@@ -13,3 +13,13 @@ 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 (= ${source: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.
+