Explorar el Código

Add metadata for quicklisp.

Brit Butler hace 10 años
padre
commit
5f3100604c
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      coleslaw.asd

+ 3 - 0
coleslaw.asd

@@ -32,6 +32,9 @@
32 32
                              (intern "COLESLAW-TESTS" :coleslaw-tests))))
33 33
 
34 34
 (defsystem #:coleslaw-tests
35
+  :description "A test suite for coleslaw."
36
+  :license "BSD"
37
+  :author "Brit Butler <redline6561@gmail.com>"
35 38
   :depends-on (coleslaw stefil)
36 39
   :pathname "tests/"
37 40
   :serial t