blob: f90feedc6426f53bb75f99b219eb13491adc2bf7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
(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")))
|