aboutsummaryrefslogtreecommitdiffhomepage
path: root/vampire.asd
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-10-20 10:34:40 -0500
committerColin Okay <colin@cicadas.surf>2022-10-20 10:34:40 -0500
commit16e1a142a28a0421bc91456ca7bf4cac6a14095f (patch)
treef5a5471bb027a25ed1dcc691ccef07bd001cb9dc /vampire.asd
initial commit
Diffstat (limited to 'vampire.asd')
-rw-r--r--vampire.asd11
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")))