diff options
-rw-r--r-- | debian/control | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 7b6a654..4ca3815 100644 --- a/debian/control +++ b/debian/control @@ -9,9 +9,12 @@ 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. +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 |