aboutsummaryrefslogtreecommitdiff
path: root/lazybones-hunchentoot.asd
blob: c8a6a0fd4ca449fc14e237e51cb8e81fb566b3d9 (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.1.1"
  :serial t
  :depends-on (#:hunchentoot #:lazybones)
  :components ((:file "lazybones-hunchentoot")))