summaryrefslogtreecommitdiff
path: root/dnd.asd
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2022-12-28 09:16:40 -0800
committercolin <colin@cicadas.surf>2022-12-28 09:16:40 -0800
commit2c75a754fdddb3e46e5eed95abacbcfc70334fe7 (patch)
tree5286e5283238995a1500a2a5bc71cbd24255bc46 /dnd.asd
parent28ea7808fe26547c7cefd7709f6a46e55b56a0d9 (diff)
Rename: dungeons-and-deadlines to dnd
Diffstat (limited to 'dnd.asd')
-rw-r--r--dnd.asd27
1 files changed, 27 insertions, 0 deletions
diff --git a/dnd.asd b/dnd.asd
new file mode 100644
index 0000000..66b924b
--- /dev/null
+++ b/dnd.asd
@@ -0,0 +1,27 @@
+;;;; dnd.asd
+
+(asdf:defsystem #:dnd
+ :description "Describe dnd here"
+ :author "Your Name <your.name@example.com>"
+ :license "Specify license here"
+ :version "0.0.1"
+ :serial t
+ :depends-on (#:lazybones
+ #:lazybones-hunchentoot
+ #:bknr.datastore
+ #:spinneret
+ #:swank
+ #:alexandria
+ #:cl-ppcre
+ #:lass
+ #:parenscript
+ #:derrida
+ #:ironclad
+ #:jonathan)
+ :components ((:file "package")
+ (:file "utilities")
+ (:file "init")
+ (:file "model")
+ (:file "serialization")
+ (:file "api")
+ (:file "dnd")))