Plandot can be downloaded from the OCamlcore forge. Latest version is 0.2 and was released on 2010, december 10th.
Compilation of Plandot requires
OCaml >= 3.12.0,
Odot >= 0.6
and Menhir >= 20090505
to be installed.
Plandot uses the graphviz tools dot and neato
to create images, so the Graphviz suite
should be installed too.
To compile and install:
tar xvfz plandot-X.Y.tar.gz cd plandot-X.Y ./configure make make install
# plandot [options] <plandot file> --version Print version number and exit -o <s> set prefix of generated files to s (default is plandot) -help Display this list of options --help Display this list of options
Check the src/test directory of the distribution for Plandot file examples.