aboutsummaryrefslogtreecommitdiff
path: root/routes.asd
diff options
context:
space:
mode:
authorThomas Albers Raviola <thomas@thomaslabs.org>2024-10-18 19:34:44 +0200
committerThomas Albers Raviola <thomas@thomaslabs.org>2024-10-18 19:34:44 +0200
commite6b5011763c7f59ae8acf2c38d568c88ebd65ec1 (patch)
treeb0717a2af8366fe6849a4a7f28170d8f61bd9242 /routes.asd
parent1be9ab5f5a929153b4a8193f6c12bab45fd00ab2 (diff)
Add test suit
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")))