aboutsummaryrefslogtreecommitdiff
path: root/gol.asd
blob: bca2031e7946ca49c59644fd067e884a6d735104 (plain)
1
2
3
4
5
6
7
8
9
10
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")))