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