;;;; lazybones.asd (asdf:defsystem #:lazybones :description "http route handling" :author "Colin Okay " :license "AGPLv3" :version "0.2.0" :serial t :depends-on (#:hunchentoot #:alexandria) :components ((:file "package") (:file "lazybones")))