diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2004-07-24 18:44:42 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2004-07-24 18:44:42 +0000 |
commit | c56e56f0493335aed3a6b6130757b760d1c70e0e (patch) | |
tree | 899d1082253bd6f75af603bb4f1370fb02429760 /dev-lisp/cl-series/metadata.xml | |
parent | Added macos to KEYWORDS (diff) | |
download | gentoo-2-c56e56f0493335aed3a6b6130757b760d1c70e0e.tar.gz gentoo-2-c56e56f0493335aed3a6b6130757b760d1c70e0e.tar.bz2 gentoo-2-c56e56f0493335aed3a6b6130757b760d1c70e0e.zip |
*** empty log message ***
Diffstat (limited to 'dev-lisp/cl-series/metadata.xml')
-rw-r--r-- | dev-lisp/cl-series/metadata.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-lisp/cl-series/metadata.xml b/dev-lisp/cl-series/metadata.xml new file mode 100644 index 000000000000..3c157b873109 --- /dev/null +++ b/dev-lisp/cl-series/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>common-lisp</herd> +<longdescription> + This is Richard C. Waters' SERIES package for Common Lisp. + + A series is a data structure much like a sequence, with similar + kinds of operations. The difference is that in many situations, + operations on series may be composed functionally and yet execute + iteratively, without the need to construct intermediate series + values explicitly. In this manner, series provide both the clarity + of a functional programming style and the efficiency of an iterative + programming style. +</longdescription> +</pkgmetadata> |