aboutsummaryrefslogtreecommitdiff
path: root/lazybones-hunchentoot.asd
diff options
context:
space:
mode:
Diffstat (limited to 'lazybones-hunchentoot.asd')
-rw-r--r--lazybones-hunchentoot.asd10
1 files changed, 10 insertions, 0 deletions
diff --git a/lazybones-hunchentoot.asd b/lazybones-hunchentoot.asd
new file mode 100644
index 0000000..98b094c
--- /dev/null
+++ b/lazybones-hunchentoot.asd
@@ -0,0 +1,10 @@
+;;;; lazybones-hunchentoot.asd
+
+(asdf:defsystem #:lazybones-hunchentoot
+ :description "hunchentoot backend for lazybones"
+ :author "Colin Okay <okay@toyful.space>"
+ :license "AGPLv3"
+ :version "0.0.1"
+ :serial t
+ :depends-on (#:hunchentoot #:lazybones)
+ :components ((:file "lazybones-hunchentoot")))