diff options
Diffstat (limited to 'lambda-riffs.asd')
-rw-r--r-- | lambda-riffs.asd | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lambda-riffs.asd b/lambda-riffs.asd index 03187f9..44887f7 100644 --- a/lambda-riffs.asd +++ b/lambda-riffs.asd @@ -1,11 +1,12 @@ ;;;; lambda-tools.asd (asdf:defsystem #:lambda-riffs - :description "Macros and utilities for higher-order riffing" + :description "Macro and Reader Macro for Lambda Riffing " :author "Colin Okay <okay@toyful.space>" :license "GPLv3" - :version "0.0.1" + :version "0.1.0" :serial t :components ((:file "package") - (:file "macros") - (:file "functions"))) + (:file "macros"))) + + |