aboutsummaryrefslogtreecommitdiff
path: root/lazybones-hunchentoot.asd
blob: 98b094c43a5e526e12262a30399263ebe65b0d67 (plain)
1
2
3
4
5
6
7
8
9
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")))