From e6b5011763c7f59ae8acf2c38d568c88ebd65ec1 Mon Sep 17 00:00:00 2001 From: Thomas Albers Raviola Date: Fri, 18 Oct 2024 19:34:44 +0200 Subject: Add test suit --- routes.asd | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 routes.asd (limited to 'routes.asd') 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 " - :maintainer "Thomas Albers Raviola " - :license "GPL-3" - :version "1.0.0" - :serial t - :depends-on (:alexandria - :quri - :split-sequence - :usocket-server) - :pathname "src" - :components ((:file "package") - (:file "routes"))) -- cgit v1.2.3