[fset-cvs] r29 - trunk
sburson at common-lisp.net
sburson at common-lisp.net
Thu Nov 17 05:20:55 UTC 2011
Author: sburson
Date: Wed Nov 16 21:20:52 2011
New Revision: 29
Log:
Adding description, version, and licence.
Modified:
trunk/fset.asd
Modified: trunk/fset.asd
==============================================================================
--- trunk/fset.asd Sun Nov 13 13:30:36 2011 (r28)
+++ trunk/fset.asd Wed Nov 16 21:20:52 2011 (r29)
@@ -10,6 +10,11 @@
(asdf:defsystem FSet
+ :description "A functional set-theoretic collections library.
+See: http://common-lisp.net/project/fset/
+"
+ :version "1.3.0"
+ :licence "LLGPL"
:depends-on (:misc-extensions)
:serial t
:components
More information about the Fset-cvs
mailing list