Add description keyword to ASDF system
authorStelian Ionescu <sionescu@cddr.org>
Wed, 16 Nov 2011 17:24:34 +0000 (18:24 +0100)
committerStelian Ionescu <sionescu@cddr.org>
Wed, 16 Nov 2011 17:24:34 +0000 (18:24 +0100)
bordeaux-threads.asd

index d723f54..62f4460 100644 (file)
@@ -27,6 +27,7 @@ Distributed under the MIT license (see LICENSE file)
 (asdf:defsystem :bordeaux-threads
   :author "Greg Pfeil <greg@technomadic.org>"
   :licence "MIT"
+  :description "Bordeaux Threads makes writing portable multi-threaded apps simple"
   :version #.(with-open-file
                  (vers (merge-pathnames "version.lisp-expr" *load-truename*))
                (read vers))