opam-version: "2.0" maintainer: "erwan.jahier@imag.fr" authors: [ "Erwan Jahier" ] license: "CeCILL-1.0+" homepage: "https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/lutils/" dev-repo: "git+https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/lutils.git" bug-reports: "https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/lutils/" build: [ ["ocaml" "setup.ml" "-configure" "--prefix" prefix] ["ocaml" "setup.ml" "-build"] ["ocaml" "setup.ml" "-configure" "--enable-tests"] {with-test} ["ocaml" "setup.ml" "-build"] {with-test} ["ocaml" "setup.ml" "-test"] {with-test} ] install: ["ocaml" "setup.ml" "-install"] remove: [ ["ocaml" "%{etc}%/lutils/setup.ml" "-C" "%{etc}%/lutils" "-uninstall"] ] depends: [ "ocaml" {>= "4.02" & < "4.14"} "base-unix" "camlp4" "ocamlbuild" {build} "ocamlfind" {build} "num" ] post-messages: ["A more up-to-date version can be obtained from (opam repo add) http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository/ "] synopsis: "Tools and libs shared by Verimag/synchronous tools (lustre, lutin, rdbg)." description: """ 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)""" url { src: "http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/pool/lutils.1.44.tgz" checksum: [ "sha256=1e2568586f64a4e3e7b4b5f218088f1082e86e960ee6bd2bd0e13185769e011a" "md5=81300472ed08a0f632d69de576dafe0a" ] }