summaryrefslogtreecommitdiff
path: root/devel/elib/DESCR
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-11-01 00:57:41 +0000
committerzuntum <zuntum>2001-11-01 00:57:41 +0000
commit0b6b506536c1ff50f1531d26be2fccfe86c74335 (patch)
tree93b6296152ccfbaa88b43de043b2d69ce6e63fc5 /devel/elib/DESCR
parent1b9f41a39161bad144fdeb94a0e51fa8ba7c309a (diff)
downloadpkgsrc-0b6b506536c1ff50f1531d26be2fccfe86c74335.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'devel/elib/DESCR')
-rw-r--r--devel/elib/DESCR10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/elib/DESCR b/devel/elib/DESCR
new file mode 100644
index 00000000000..639443f0bd7
--- /dev/null
+++ b/devel/elib/DESCR
@@ -0,0 +1,10 @@
+This is the source directory for the GNU emacs lisp library Elib
+version 1.0. Elib is designed to be for Elisp programs what libg++ is
+for C++ programs: a collection of useful routines which don't have to
+be reinvented each time a new program is written.
+
+Elib contains code for:
+ - container data structures (queues, stacks, AVL trees, etc)
+ - string handling functions missing in standard emacs
+ - minibuffer handling functions missing in standard emacs
+ - routines for handling lists of so called cookies in a buffer.