Add package information.
[cl-mock.git] / cl-mock.asd
index d8f911b..6774d07 100644 (file)
@@ -3,6 +3,10 @@
 (in-package #:cl-user)
 
 (asdf:defsystem #:cl-mock
+  :description "Mocking library"
+  :description "Mocking (generic) functions."
+  :author "Olof-Joachim Frahm <olof@macrolet.net>"
+  :license "Simplified BSD License"
   :depends-on (#:closer-mop)
   :serial T
   :components ((:module "src"