mycelium.asd @ cb3863ea23c1
default tip
More
author |
Steve Losh <steve@stevelosh.com> |
date |
Thu, 22 Apr 2021 00:50:55 -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")))))