From 2d4565e1af9385fa8e6c55885bfaa5952d5d4a66 Mon Sep 17 00:00:00 2001 From: Thomas Albers Raviola Date: Mon, 6 May 2024 21:02:16 +0200 Subject: * Initial commit --- gol.asd | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 gol.asd (limited to 'gol.asd') diff --git a/gol.asd b/gol.asd new file mode 100644 index 0000000..bca2031 --- /dev/null +++ b/gol.asd @@ -0,0 +1,11 @@ +(asdf:defsystem #:gol + :description "" + :author "Thomas Albers Raviola " + :maintainer "Thomas Albers Raviola " + :license "GPL-3" + :version "1.0.0" + :serial t + ;; :depends-on () + :pathname "src" + :components ((:file "package") + (:file "gol"))) -- cgit v1.2.3