Skip to content
Permalink
05dd763
|
;;;; sketch-examples.asd |
|
|
|
(asdf:defsystem #:sketch-examples |
|
:description "Sketch examples" |
|
:author "Danilo Vidovic (vydd)" |
|
:license "MIT" |
|
:depends-on (#:alexandria |
|
#:sketch) |
|
:pathname "examples" |
|
:serial t |
|
:components ((:file "package") |
|
(:file "sinewave") |
|
(:file "life") |
|
(:file "brownian") |
|
(:file "hello-world"))) |
Something went wrong with that request. Please try again.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.