(asdf:defsystem #:routes :description "A library for handling routing of SCGI requests." :author "Thomas Albers Raviola " :maintainer "Thomas Albers Raviola " :license "GPL-3" :version "1.0.0" :serial t :depends-on (:alexandria :split-sequence :usocket-server) :pathname "src" :components ((:file "package") (:file "routes")))