;;;; weekend.asd (asdf:defsystem #:weekend :description "A Metaclass and Protocol for Defining Webservers." :author "colin " :license "AGPLv3.0" :version "0.0.1" :depends-on (#:hunchentoot #:closer-mop #:alexandria #:flatbind) :pathname "src/" :serial t :components ((:file "package") (:file "protocol") (:file "endpoint") ; (:file "server") ))