From 16e1a142a28a0421bc91456ca7bf4cac6a14095f Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Thu, 20 Oct 2022 10:34:40 -0500 Subject: initial commit --- vampire.asd | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 vampire.asd (limited to 'vampire.asd') 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 " + :license "Specify license here" + :version "0.0.1" + :serial t + :depends-on (#:clog #:bknr.datastore) + :components ((:file "package") + (:file "vampire"))) -- cgit v1.2.3