sgp2dot/sgp2dot.asd
2019-02-12 16:55:17 +01:00

10 lines
333 B
Common Lisp

(defsystem "sgp2dot"
:description "Generate a dot file (graphiz) to the corresponding Simgrid platform"
:version "0.0.1"
:depends-on ("s-xml")
:build-operation "monolithic-concatenate-source-op"
:build-pathname "sgp2dot"
:components ((:file "packages")
(:file "convert")))