aboutsummaryrefslogtreecommitdiff
path: root/gol.asd
diff options
context:
space:
mode:
authorThomas Albers Raviola <thomas@thomaslabs.org>2024-05-06 21:02:16 +0200
committerThomas Albers Raviola <thomas@thomaslabs.org>2024-05-06 21:02:16 +0200
commit2d4565e1af9385fa8e6c55885bfaa5952d5d4a66 (patch)
treec966e35e5e1d7dfe69a02a19b51545297b325335 /gol.asd
* Initial commitHEADmaster
Diffstat (limited to 'gol.asd')
-rw-r--r--gol.asd11
1 files changed, 11 insertions, 0 deletions
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 <thomas@thomaslabs.org>"
+ :maintainer "Thomas Albers Raviola <thomas@thomaslabs.org>"
+ :license "GPL-3"
+ :version "1.0.0"
+ :serial t
+ ;; :depends-on ()
+ :pathname "src"
+ :components ((:file "package")
+ (:file "gol")))