diff options
author | Colin Okay <colin@cicadas.surf> | 2022-10-22 08:26:40 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-10-22 08:26:40 -0500 |
commit | df8df584beb6f79cc2659b027e87bebbb45d5bba (patch) | |
tree | 4dad3c73f1bd8a7f6b8cb588499f2ccf0e895c8f /vampire.asd | |
parent | 5d1ce10ec8f041d7b25c27363620b7db63dff19b (diff) |
Add: package imports; asd files
Diffstat (limited to 'vampire.asd')
-rw-r--r-- | vampire.asd | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/vampire.asd b/vampire.asd index ec99dd2..92b5b2e 100644 --- a/vampire.asd +++ b/vampire.asd @@ -6,6 +6,12 @@ :license "Specify license here" :version "0.0.1" :serial t - :depends-on (#:clog #:bknr.datastore) + :depends-on (#:clog + #:bknr.datastore + #:legion + #:defclass-std + #:binding-arrows) :components ((:file "package") + (:file "definition-macros") + (:file "utilities") (:file "vampire"))) |