Skip to content
Find file
05dd763
@vydd @axionix
16 lines (14 sloc) 367 Bytes
;;;; 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.