Skip to content
Snippets Groups Projects

Table of Contents

  1. Installing lutils via opam
  2. Installing the git source
  3. Tests

Tools and libs shared by other Verimag/synchronous tools (lustre, lutin, rdbg).

  • The lutils ocaml library contains various modules shared between tools. Those modules deal with:
    • generate and parse RIF files
    • generate dro files (to call luciole)
  • gnuplot-rif is a stand alone executable that vizualises RIF files using gnuplot.

Installing lutils via opam

$ opam repo add verimag-sync-repo "http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository"
$ opam update
$ opam install lutils

Installing the git source

git clone https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/lutils/lutils.git
cd lutils
mv Makefile.version.hide Makefile.version
make configure
make

Tests

make test