From 8b32ec55b7151bbbeb33ea857454689ce9e1d6a0 Mon Sep 17 00:00:00 2001 From: Loic GUEGAN Date: Tue, 12 Feb 2019 16:55:17 +0100 Subject: Create repo --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..881460b --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Simgrid platform to dot file converter + +**sgp2dot** is a [Simgrid](https://simgrid.org) platform to [Graphiz dot file](http://graphviz.org/) convert implemented in Lisp. It require: +- Common Lisp (supporting asdf) +- s-xml + +How to use it ? Compile it using the following lisp code: + + > (asdf:operate :build-op "sgp2dot") +Finally invoke `./sgp2dot-cl.lisp ` + -- cgit v1.2.3