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