diff options
Diffstat (limited to 'dev-lisp/cl-odcl/metadata.xml')
-rw-r--r-- | dev-lisp/cl-odcl/metadata.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-lisp/cl-odcl/metadata.xml b/dev-lisp/cl-odcl/metadata.xml index f418045b09c8..752274c40c67 100644 --- a/dev-lisp/cl-odcl/metadata.xml +++ b/dev-lisp/cl-odcl/metadata.xml @@ -2,4 +2,20 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>common-lisp</herd> +<longdescription> +This package contains a number of useful utility functions for Lisp +developers. Included are: + + * editing contexts + * a transaction system + * filesystem database with indexing + * a LRU cache algorithm + * time functions + * simple i18n/l10n + * developer diagnostics + * a test regression system + * SMTP mailer + * object property sets + * utility functions related to lists, strings and numbers. +</longdescription> </pkgmetadata> |