opam-version: "2.0"
maintainer: "devel@reactiveml.org"
homepage: "http://reactiveml.org"
bug-reports: "bugs@reactiveml.org"
build: [
  ["./configure" "--prefix" prefix]
  [make]
]
remove: [[make "uninstall"]]
depends: [
  "ocaml" {<= "4.00.1"}
  "ocamlbuild" {build}
  "num"
]
install: [make "install"]
depexts: ["patch"] {os-distribution = "alpine"}
synopsis: "ReactiveML compiler"
authors: "Louis Mandel louis@reactiveml.org"
url {
  src: "http://rml.lri.fr/distrib/rml-1.08.04-2013-02-03.tar.gz"
  checksum: "md5=00a7a14f24a7640089f78ad52f532002"
}
