aboutsummaryrefslogtreecommitdiff
path: root/lambda-riffs.asd
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2022-02-03 08:27:04 -0600
committerColin Okay <okay@toyful.space>2022-02-03 08:27:04 -0600
commitb26d274c67d8dd52111ba769a4dd8118bbdd0234 (patch)
tree24b722681ecce2e5eb3c70f9c2956f923787eadd /lambda-riffs.asd
parentfac66522b7b05d2e520da18d187ab3128c2c1a9a (diff)
pared the library down to just the reader macro and nesting macro
Diffstat (limited to 'lambda-riffs.asd')
-rw-r--r--lambda-riffs.asd9
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")))
+
+