summaryrefslogtreecommitdiff
path: root/imbricate-run.asd
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-09-09 10:49:11 -0500
committerColin Okay <cbeok@protonmail.com>2020-09-09 10:49:11 -0500
commit9ed8ffd48c35872531b881f2ccf10c056dbdc680 (patch)
tree7bca183be22bf2aa75b1f49b186fa4bf33a9c684 /imbricate-run.asd
parentc46e46fc739c84f08d2d0af581a54a4518ec04fb (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")))