aboutsummaryrefslogtreecommitdiff
path: root/lazybones.asd
blob: 3be3d94dfff09d8e8d57ed0844e3be85bc59e54f (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 #:str #:cl-ppcre)
  :components ((:file "package")
               (:file "lazybones")))