scratch/mevenson/simulation/glacier.asd

15 lines
460 B
Common Lisp

(defsystem glacier
:version "0.0.2"
:depends-on (alexandria
do-urlencode
jsown
split-sequence)
:components ((:module source
:pathname "./"
:components ((:file "package")
(:file "json-path")
(:file "plot")
(:file "runner")
(:file "glacier")))))