Fuckin idiot
author |
Steve Losh <steve@stevelosh.com> |
date |
Sun, 04 Feb 2018 00:51:37 -0500 |
parents |
55c0df99bd7a |
children |
fbdceb03ce0e |
(asdf:defsystem :flax
:description "Weaving art from seeds."
:author "Steve Losh <steve@stevelosh.com>"
:license "MIT"
:depends-on (:cl-pcg
:cl-vectors
:iterate
:losh
:trivial-ppm)
:serial t
:components ((:module "vendor" :serial t
:components ((:file "quickutils-package")
(:file "quickutils")))
(:file "package")
(:module "src" :serial t
:components
((:file "base")
(:file "coordinates")
(:file "drawing")
(:module "looms" :serial nil
:components
((:file "001-triangles")
(:file "002-wobbly-lines")))))))