aboutsummaryrefslogtreecommitdiff
path: root/lazybones.asd
blob: 8dacff190be2352f86ba4c62c8292e695b6fd9bb (plain)
1
2
3
4
5
6
7
8
9
10
11
;;;; lazybones.asd

(asdf:defsystem #:lazybones
  :description "http route handling"
  :author "Colin Okay <cbeok@protonmail.com>"
  :license  "AGPLv3"
  :version "0.2.0"
  :serial t
  :depends-on (#:hunchentoot #:alexandria)
  :components ((:file "package")
               (:file "lazybones")))