aboutsummaryrefslogtreecommitdiff
path: root/routes.asd
blob: e13163458c45af9a5665f549257b7fed53c278b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(asdf:defsystem #:routes
  :description "A library for handling routing of SCGI requests."
  :author "Thomas Albers Raviola <thomas@thomaslabs.org>"
  :maintainer "Thomas Albers Raviola <thomas@thomaslabs.org>"
  :license  "GPL-3"
  :version "1.0.0"
  :serial t
  :depends-on (:alexandria
               :quri
               :split-sequence
               :usocket-server)
  :pathname "src"
  :components ((:file "package")
               (:file "routes")))