aboutsummaryrefslogtreecommitdiff
path: root/lang/slib/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'lang/slib/pkg-descr')
-rw-r--r--lang/slib/pkg-descr10
1 files changed, 9 insertions, 1 deletions
diff --git a/lang/slib/pkg-descr b/lang/slib/pkg-descr
index 0e0f220e66eb..cd240f62571d 100644
--- a/lang/slib/pkg-descr
+++ b/lang/slib/pkg-descr
@@ -1 +1,9 @@
-a portable scheme library for all standard scheme implementation
+A portable scheme library
+
+This package is constructed to work with GNU Guile. To use the
+features offered by the SLIB library, add the following construct
+to your programs:
+
+ (use-modules (ice-9 slib))
+
+WWW: http://www.swiss.ai.mit.edu/~jaffer/SLIB.html