opam-version: "2.0"
maintainer: "gwenael.delaval@inria.fr"
authors: "Gwenaël Delaval"
homepage: "http://bzr.inria.fr"
build: [
  ["./configure" "--prefix" prefix]
  [make]
]
depends: [
  "ocaml"
  "ocamlfind"
  "menhir" {< "20141215"}
  "ocamlgraph"
  "camlp4"
  "ocamlbuild" {build}
]
depopts: ["lablgtk"]
install: [make "install"]
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."""
url {
  src:
    "https://gforge.inria.fr/frs/download.php/33440/heptagon-1.00.06.tar.gz"
  checksum: "md5=5ab84717e8b14009660b7f8e91d4e553"
}
