summaryrefslogtreecommitdiff
path: root/l-system-examples.asd
blob: 0a69de25cd30aadabbc0db8354b735764d5dff4e (plain)
1
2
3
4
5
6
7
8
9
10
11
;;;; 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 (:l-system)
    :components ((:file "package")
		 (:file "l-system-example")))