summaryrefslogtreecommitdiff
path: root/imbricate.asd
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-09-07 16:14:04 -0500
committerColin Okay <cbeok@protonmail.com>2020-09-07 16:14:04 -0500
commit04a690eb200883a16b1ac54676fe32c9399ad34a (patch)
tree57590f12cb30282e441f40aa0d2153ef87bdc06e /imbricate.asd
parent380751c79f562105ac7bd908d819cd4c09f2948c (diff)
added imbricate as a library
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")))