diff options
author | Colin Okay <okay@toyful.space> | 2020-09-07 16:14:04 -0500 |
---|---|---|
committer | Colin Okay <cbeok@protonmail.com> | 2020-10-12 09:37:42 -0500 |
commit | fd4d54c3ac7d13a3f562758741fff2883902806a (patch) | |
tree | 57590f12cb30282e441f40aa0d2153ef87bdc06e /imbricate.asd | |
parent | 6b403839c0400a1e2da13d47e2875fec4d89d9e8 (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"))) |