diff --git a/bordeaux-threads.asd b/bordeaux-threads.asd index d723f54e43bd7b396553ba81477d284001b9fcfc..62f4460a0006052beb95067af32f707a1ca79c43 100644 --- 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 " :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))