Skip to content
Snippets Groups Projects
lustre-v6.opam 1.25 KiB
Newer Older
opam-version: "2.0"
synopsis: "The Lustre V6 Verimag compiler"
This package contains:
  - lv6: the (current) name of the compiler (and interpreter via -exec)
  - the lustre-v6 ocaml lib: allows to call the Lustre v6 interpreter from ocaml
erwan's avatar
erwan committed
  - the lustre-v6 rdbg plugin: allows to debug Lustre v6 program wth rdbg.

The last version can be obtained via (opam repo add) http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository/

For more information: https://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/lustre-v6
"""
maintainer: "erwan.jahier@univ-grenoble-alpes.fr"
authors: "Erwan Jahier and Pascal Raymond"
erwan's avatar
erwan committed
homepage: "https://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/lustre-v6"
bug-reports:
  "https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/lustre-v6/issues"
depends: [
  "base-unix"
  "extlib" {build} | "extlib-compat" {build}
  "ocamlfind"
  "lutils" {>= "1.49"}
erwan's avatar
erwan committed
  "num"
  "yaml"
build: ["dune" "build" "-p" name "-j" jobs]
post-messages:
  "The last version can be obtained via (opam repo add) http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository/"
erwan's avatar
erwan committed
  "git+https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/lustre-v6"