common-lisp.net
/
projects/bordeaux-threads/bordeaux-threads.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
383d8d6
)
Add description keyword to ASDF system
author
Stelian Ionescu
<sionescu@cddr.org>
Wed, 16 Nov 2011 17:24:34 +0000 (18:24 +0100)
committer
Stelian Ionescu
<sionescu@cddr.org>
Wed, 16 Nov 2011 17:24:34 +0000 (18:24 +0100)
bordeaux-threads.asd
patch
|
blob
|
blame
|
history
diff --git
a/bordeaux-threads.asd
b/bordeaux-threads.asd
index
d723f54
..
62f4460
100644
(file)
--- a/
bordeaux-threads.asd
+++ b/
bordeaux-threads.asd
@@
-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))