summaryrefslogtreecommitdiff
path: root/imbricate-run.asd
blob: c01765527cc423b416e20f5a02a5ac8cb7265b29 (plain)
1
2
3
4
5
6
7
8
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")))