summaryrefslogtreecommitdiff
path: root/l-system-examples.asd
blob: cf2725d2aad5bf1c0bc1b196e1a729e3af836330 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
;;;; l-system-examples.asd

(asdf:defsystem #:l-system-examples
    :description "L-system or Lindenmayer system on lists"
    :author "Bruno Cichon <ebrasca.ebrasca@gmail.com>"
    :license "GPLv3+"
    :pathname "examples"
    :serial t
    :depends-on (:glkit
		 :sdl2kit
		 :l-system)
    :components ((:file "package")
		 (:file "l-system-exemple")))