blob: abc25f8d5ba08ecf66ad124191f53df18a991e86 (
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.2.0"
:serial t
:depends-on (#:imbricate )
:components ((:file "run")))
|