diff options
author | Colin Okay <cbeok@protonmail.com> | 2020-09-07 16:14:04 -0500 |
---|---|---|
committer | Colin Okay <cbeok@protonmail.com> | 2020-09-07 16:14:04 -0500 |
commit | 04a690eb200883a16b1ac54676fe32c9399ad34a (patch) | |
tree | 57590f12cb30282e441f40aa0d2153ef87bdc06e /imbricate.asd | |
parent | 380751c79f562105ac7bd908d819cd4c09f2948c (diff) |
added imbricate as a library
Diffstat (limited to 'imbricate.asd')
-rw-r--r-- | imbricate.asd | 10 |
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"))) |