mycelium.asd @ 2e93a4fe55f1
More
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Wed, 21 Apr 2021 14:10:23 -0400 |
parents | 75152f6efda6 |
children | (none) |
(asdf:defsystem :mycelium :name "mycelium" :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 :boots :str :chancery :cl-pcg :iterate :local-time :losh) :serial t :components ((:module "src" :serial t :components ((:file "package") (:file "main")))))