opam-version: "2.0"
maintainer: "gwenael.delaval@inria.fr"
authors: "Gwenaël Delaval"
homepage: "http://bzr.inria.fr"
dev-repo: "git+ssh://scm.gforge.inria.fr//gitroot/heptagon/heptagon.git"
build: [
   ["./configure" "--prefix" prefix]
   [make]
]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
  "menhir" {>= "20141215"}
  "ocamlgraph"
  "camlp4"
  "ocamlbuild" {build}
]
depopts: ["lablgtk"]
synopsis: "Compiler for the Heptagon/BZR synchronous programming language"
description: """
Heptagon/BZR is a synchronous dataflow language whose syntax and
semantics is inspired from Lustre, with a syntax allowing the
expression of control structures (e.g., switch or mode automata).
Heptagon/BZR is a research compiler, whose aim is to facilitate
experimentation. The current version of the compiler includes the
following features:
- Inclusion of discrete controller synthesis within the compilation
- Expression and compilation of array values with modular memory optimization
See http://bzr.inria.fr for further informations."""
flags: light-uninstall
extra-files: ["heptagon.install" "md5=eae4ae21fb60b00f2076c1252c1750c2"]
url {
  src:
    "https://gforge.inria.fr/frs/download.php/file/35143/heptagon-1.01.00.tar.gz"
  checksum: "md5=6f42ea04361c910dc0347dd4567095f2"
}
