diff options
| author | Loic GUEGAN <loic.guegan@yahoo.fr> | 2019-02-12 16:55:17 +0100 |
|---|---|---|
| committer | Loic GUEGAN <loic.guegan@yahoo.fr> | 2019-02-12 16:55:17 +0100 |
| commit | 8b32ec55b7151bbbeb33ea857454689ce9e1d6a0 (patch) | |
| tree | 69fe53e9a4917713f62c2f78df83aa89fe73468d /sgp2dot.asd | |
Create repo
Diffstat (limited to 'sgp2dot.asd')
| -rw-r--r-- | sgp2dot.asd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sgp2dot.asd b/sgp2dot.asd new file mode 100644 index 0000000..f90feed --- /dev/null +++ b/sgp2dot.asd @@ -0,0 +1,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"))) + |
