(asdf:defsystem #:site :name "site" :description "" :author "Thomas Albers Raviola " :maintainer "Thomas Albers Raviola " :license "GPL-3" :version "1.0.0" :serial t :depends-on (:alexandria :split-sequence :chains) :pathname "lisp" :components ((:file "package") (:file "site")) ;; :in-order-to ((test-op (test-op "scgi-routes/tests"))) )