aboutsummaryrefslogtreecommitdiff
path: root/lambda-tools.asd
diff options
context:
space:
mode:
Diffstat (limited to 'lambda-tools.asd')
-rw-r--r--lambda-tools.asd12
1 files changed, 12 insertions, 0 deletions
diff --git a/lambda-tools.asd b/lambda-tools.asd
new file mode 100644
index 0000000..90b2977
--- /dev/null
+++ b/lambda-tools.asd
@@ -0,0 +1,12 @@
+;;;; lambda-tools.asd
+
+(asdf:defsystem #:lambda-tools
+ :description "Describe lambda-tools here"
+ :author "Your Name <your.name@example.com>"
+ :license "Specify license here"
+ :version "0.0.1"
+ :serial t
+ :depends-on (:alexandria)
+ :components ((:file "package")
+ (:file "macros")
+ (:file "lambda-tools")))