dark.asd @ cfc55aea8bee

Initial commit
author Steve Losh <steve@stevelosh.com>
date Sun, 18 Apr 2021 13:25:26 -0400
parents (none)
children ae5d604f978f
(asdf:defsystem :dark
  :name "dark"
  :description "Lisp Game Jam, Spring 2021"

  :author "Steve Losh <steve@stevelosh.com>"

  :license "MIT/X11"
  :version "0.0.1"

  :depends-on (#+sbcl #:sb-sprof
               :alexandria
               :beast
               :boots
               :iterate
               :losh)

  :serial t
  :components ((:module "src" :serial t
                :components ((:file "package")
                             (:file "main")))))