From: Stelian Ionescu Date: Thu, 18 Jul 2013 11:40:23 +0000 (+0200) Subject: Add ASDF metadata X-Git-Url: http://repo.macrolet.net/gitweb/?p=fiveam.git;a=commitdiff_plain;h=357cf1e3db1d14177926b5d068746ec2a22153a4 Add ASDF metadata --- diff --git a/fiveam.asd b/fiveam.asd index 9a056fa..dac1fae 100644 --- a/fiveam.asd +++ b/fiveam.asd @@ -6,6 +6,8 @@ (or *compile-file-pathname* *load-truename*))) (read f)) + :description "A simple regression testing framework" + :license "BSD" :depends-on (:alexandria) :pathname "src/" :components ((:file "package") @@ -25,6 +27,8 @@ (defsystem :fiveam-test :author "Edward Marco Baringer " + :description "FiveAM's own test suite" + :license "BSD" :depends-on (:fiveam) :pathname "t/" :components ((:file "suite")