From 7497f74f5eed855e8114f82860faccfc8935b5cc Mon Sep 17 00:00:00 2001 From: Thomas Albers Raviola Date: Fri, 3 May 2024 20:04:14 +0200 Subject: * Initial commit --- routes.asd | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 routes.asd (limited to 'routes.asd') diff --git a/routes.asd b/routes.asd new file mode 100644 index 0000000..86e0dd0 --- /dev/null +++ b/routes.asd @@ -0,0 +1,13 @@ +(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"))) -- cgit v1.2.3