From 24634ba2db8884d50da03d3fc0ef17b11ef56e84 Mon Sep 17 00:00:00 2001 From: Thomas Albers Raviola Date: Thu, 2 Jan 2025 23:29:48 +0100 Subject: Initial commit --- site.asd | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 site.asd (limited to 'site.asd') diff --git a/site.asd b/site.asd new file mode 100644 index 0000000..3c9113b --- /dev/null +++ b/site.asd @@ -0,0 +1,16 @@ +(asdf:defsystem #:site + :name "site" + :description "" + :author "Thomas Albers Raviola " + :maintainer "Thomas Albers Raviola " + :license "GPL-3" + :version "1.0.0" + :serial t + :depends-on (:alexandria + :split-sequence + :chains) + :pathname "lisp" + :components ((:file "package") + (:file "site")) + ;; :in-order-to ((test-op (test-op "scgi-routes/tests"))) + ) -- cgit v1.2.3