aboutsummaryrefslogtreecommitdiff
(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")))