From 5f3100604cd97e8da8908fbcc85c2c8669944061 Mon Sep 17 00:00:00 2001 From: Brit Butler Date: Tue, 26 May 2015 23:38:25 -0400 Subject: [PATCH] Add metadata for quicklisp. --- coleslaw.asd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/coleslaw.asd b/coleslaw.asd index 2184379..77e69c3 100644 --- a/coleslaw.asd +++ b/coleslaw.asd @@ -32,6 +32,9 @@ (intern "COLESLAW-TESTS" :coleslaw-tests)))) (defsystem #:coleslaw-tests + :description "A test suite for coleslaw." + :license "BSD" + :author "Brit Butler " :depends-on (coleslaw stefil) :pathname "tests/" :serial t