From 2c75a754fdddb3e46e5eed95abacbcfc70334fe7 Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 28 Dec 2022 09:16:40 -0800 Subject: Rename: dungeons-and-deadlines to dnd --- dnd.asd | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 dnd.asd (limited to 'dnd.asd') 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 " + :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"))) -- cgit v1.2.3