summaryrefslogtreecommitdiff
path: root/imbricate-run.asd
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2020-09-09 10:49:11 -0500
committerColin Okay <cbeok@protonmail.com>2020-10-12 09:37:43 -0500
commit5f167f7ae1c464df220913ed1a9c2105dc1ada3e (patch)
tree7bca183be22bf2aa75b1f49b186fa4bf33a9c684 /imbricate-run.asd
parentd02e04ba90cf2e431b34b578c6bcade60ed7c18e (diff)
added system for cli tool
But the ecl build doesn't work...
Diffstat (limited to 'imbricate-run.asd')
-rw-r--r--imbricate-run.asd9
1 files changed, 9 insertions, 0 deletions
diff --git a/imbricate-run.asd b/imbricate-run.asd
new file mode 100644
index 0000000..c017655
--- /dev/null
+++ b/imbricate-run.asd
@@ -0,0 +1,9 @@
+
+(asdf:defsystem #:imbricate-run
+ :description "cli tool for imbricate"
+ :author "colin okay <cbeok@protonmail.com>"
+ :license "AGPL-3.0"
+ :version "0.1.0"
+ :serial t
+ :depends-on ( #:asdf #:imbricate )
+ :components ((:file "run")))