diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-03-02 20:22:13 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-03-03 00:39:27 -0800 |
commit | c0605d50175c4112862d654d5f629b9306872539 (patch) | |
tree | efdedb427f367c047df3f9072ac6c3a64803b2c3 | |
parent | a5304a646bbb78bc93cde3eeb73e6d2e6d3483d5 (diff) | |
download | scm-c0605d50175c4112862d654d5f629b9306872539.tar.gz scm-c0605d50175c4112862d654d5f629b9306872539.zip |
control: expand on Description
-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 |