opam-version: "2.0"
maintainer: "gautier.hattenberger@enac.fr"
homepage: "http://www.eei.cena.fr/products/ivy"
build: make
remove: [
  ["ocamlfind" "remove" "ivy"]
  ["ocamlfind" "remove" "glibivy"]
]
depends: ["ocaml" "ocamlfind" "conf-tcl" "conf-glib-2" "conf-libpcre" "base-unsafe-string"]
install: [make "install" "COMPAT_SYMLINK_CREATE=no"]
synopsis: "This OCaml-library interfaces the Ivy software bus C-library."
description: """
Standalone linking and with the glib mainloop are provided.
See http://www.eei.cena.fr/products/ivy for information on the Ivy Software bus and the required ivy-c library."""
flags: light-uninstall
url {
  src:
    "http://www.eei.cena.fr/products/ivy/download/packages/ivy-ocaml_1.2-2.tar.gz"
}
