aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-08-01 23:51:40 -0700
committerBryan Newbold <bnewbold@robocracy.org>2017-08-02 00:09:46 -0700
commit0950c9f0fccab31881285642f25503ed4ce64988 (patch)
tree922ded957682009b29f59fdbe480b0f5ffdb3d35
parent2275400e1b96f5919cae8766f6fafd50b568feb6 (diff)
downloadscm-0950c9f0fccab31881285642f25503ed4ce64988.tar.gz
scm-0950c9f0fccab31881285642f25503ed4ce64988.zip
reword description of libscm-dev
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index becf4e4..b889037 100644
--- a/debian/control
+++ b/debian/control
@@ -24,5 +24,5 @@ Section: libdevel
Depends: scm (= ${binary:Version}), slib (>> 3b1), ${misc:Depends}
Suggests: r5rs-doc
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.
+ Compact static library containing the SCM interpreter and an API making it
+ easy to integrate into other programs as a scripting language.