package lutils

  1. Overview
  2. Docs
Tools and libs shared by Verimag/synchronous tools (lustre, lutin, rdbg)

Install

Dune Dependency

Authors

Maintainers

Sources

lutils.1.51.2.tgz
md5=cd9bab058c8c2de4eaefb841ad475a17
sha512=f94696be379c62e888410ec3d940c888ca4b607cf59c2e364e93a2a694da65ebe6d531107198b795e80eecc3c6865eedb02659c7e7c4e15c9b28d74aa35d09f8

README.org.html

README.org

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

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

* Installing the git source

#+BEGIN_SRC sh 
git clone https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/lutils/lutils.git
cd lutils
opam install dune num
mv Makefile.version.hide Makefile.version
make configure
make
#+END_SRC

* Tests 

#+BEGIN_SRC sh
make test
#+END_SRC

* Docker 

nb: the content of this repo is also available via the
=jahierwan/verimag-sync-tools= docker image