Skip to content
Snippets Groups Projects
_oasis 1.29 KiB
Newer Older
Authors:     Erwan Jahier
Maintainers: erwan.jahier@imag.fr
License:     GPL-3
Plugins:     DevFiles (0.4), META (0.4)
Synopsis:    Tools and libs shared by Verimag/synchronous tools (lustre, lutin, rdbg).
Homepage:    http://www-verimag.imag.fr/
Description: 
Erwan Jahier's avatar
Erwan Jahier committed
    The gnuplot-rif tool vizualise RIF files using gnuplot.

    The lutils library contains various modules shared between tools developped 
    at Verimag in the synchronous group. Those modules deal with:
     - generate and parse RIF files
     - generate dro files (to call luciole) 

BuildTools: ocamlbuild
PreBuildCommand: make src/lutilsVersion.ml


# A simple data visualiser based on gnuplot
Executable "gnuplot-rif"
  Path:       src
  CompiledObject: native
  MainIs:     gnuplotrif.ml
  BuildDepends: unix,str,camlp4,num
  CompiledObject: native
  Install: true


Library lutils
  XMETADescription: shared by Verimag/synchronous tools (lustre, lutin, rdbg).
  Path: src/
Erwan Jahier's avatar
Erwan Jahier committed
  BuildDepends: unix,str,camlp4,num
  Modules: RifIO,Data,LocalGenlex,GnuplotRif,Mypervasives,Luciole,LutilsVersion

SourceRepository "master"
  Type: git
  Location: https://forge.imag.fr/anonscm/git/lutils/lutils.git 
  Branch: master
  Browser:  https://forge.imag.fr/projects/lutils/