aboutsummaryrefslogtreecommitdiff
path: root/lazybones-hunchentoot.asd
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-11-18 15:25:51 -0800
committercolin <colin@cicadas.surf>2023-11-18 15:25:51 -0800
commitc201a822f264041a1b9169824c0f9acbfae9cf6e (patch)
tree47ebbdfeaf4bc184a676537ec03637b3ec023c5d /lazybones-hunchentoot.asd
parent1d3d018f01ffb71dcdeaa086b3025a00428b45c1 (diff)
version 1.0
Diffstat (limited to 'lazybones-hunchentoot.asd')
-rw-r--r--lazybones-hunchentoot.asd10
1 files changed, 0 insertions, 10 deletions
diff --git a/lazybones-hunchentoot.asd b/lazybones-hunchentoot.asd
deleted file mode 100644
index 56ae2c0..0000000
--- a/lazybones-hunchentoot.asd
+++ /dev/null
@@ -1,10 +0,0 @@
-;;;; lazybones-hunchentoot.asd
-
-(asdf:defsystem #:lazybones-hunchentoot
- :description "hunchentoot backend for lazybones"
- :author "Colin Okay <okay@toyful.space>"
- :license "AGPLv3"
- :version "0.2.1"
- :serial t
- :depends-on (#:hunchentoot #:lazybones)
- :components ((:file "lazybones-hunchentoot")))