aboutsummaryrefslogtreecommitdiff
path: root/routes.asd
diff options
context:
space:
mode:
Diffstat (limited to 'routes.asd')
-rw-r--r--routes.asd14
1 files changed, 0 insertions, 14 deletions
diff --git a/routes.asd b/routes.asd
deleted file mode 100644
index e131634..0000000
--- a/routes.asd
+++ /dev/null
@@ -1,14 +0,0 @@
-(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")))