;;;; lazybones.asd (asdf:defsystem #:lazybones :description "http route handling" :author "Colin Okay " :license "AGPLv3" :version "0.3.0" :serial t :depends-on (#:alexandria #:str #:cl-ppcre #:closer-mop #:jonathan #:lisp-namespace) :components ((:file "package") (:file "macros") (:file "lazybones") (:file "lazybones-documentation")))