diff options
author | Colin Okay <colin@cicadas.surf> | 2022-10-20 10:34:40 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-10-20 10:34:40 -0500 |
commit | 16e1a142a28a0421bc91456ca7bf4cac6a14095f (patch) | |
tree | f5a5471bb027a25ed1dcc691ccef07bd001cb9dc /vampire.asd |
initial commit
Diffstat (limited to 'vampire.asd')
-rw-r--r-- | vampire.asd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vampire.asd b/vampire.asd new file mode 100644 index 0000000..ec99dd2 --- /dev/null +++ b/vampire.asd @@ -0,0 +1,11 @@ +;;;; vampire.asd + +(asdf:defsystem #:vampire + :description "Describe vampire here" + :author "Your Name <your.name@example.com>" + :license "Specify license here" + :version "0.0.1" + :serial t + :depends-on (#:clog #:bknr.datastore) + :components ((:file "package") + (:file "vampire"))) |