scratch/mevenson/simulation/glacier.asd

15 lines
460 B
Plaintext
Raw Permalink Normal View History

(defsystem glacier
:version "0.0.2"
2022-09-02 08:55:10 +00:00
:depends-on (alexandria
do-urlencode
2022-09-02 08:55:10 +00:00
jsown
split-sequence)
:components ((:module source
:pathname "./"
2022-09-02 08:55:10 +00:00
:components ((:file "package")
(:file "json-path")
(:file "plot")
(:file "runner")
2022-09-02 08:55:10 +00:00
(:file "glacier")))))