summaryrefslogtreecommitdiff
path: root/imbricate.asd
diff options
context:
space:
mode:
Diffstat (limited to 'imbricate.asd')
-rw-r--r--imbricate.asd10
1 files changed, 10 insertions, 0 deletions
diff --git a/imbricate.asd b/imbricate.asd
new file mode 100644
index 0000000..acdd2ec
--- /dev/null
+++ b/imbricate.asd
@@ -0,0 +1,10 @@
+;;;; imbricate.asd
+
+(asdf:defsystem #:imbricate
+ :description "Describe imbricate here"
+ :author "Your Name <your.name@example.com>"
+ :license "Specify license here"
+ :version "0.0.1"
+ :serial t
+ :depends-on (#:jonathan #:opticl #:uiop #:defclass-std #:lambda-tools)
+ :components ((:file "imbricate")))