opam-version: "2.0"
maintainer: "gautier.hattenberger@enac.fr"
homepage: "http://www.eei.cena.fr/products/ivy"
build: [
  [make]
]
install: [make "install"]
remove: [
  ["ocamlfind" "remove" "ivy"]
  ["ocamlfind" "remove" "glibivy"]
  ["ocamlfind" "remove" "tkivy"]
]
depends: [
  "ocaml"
  "ocamlfind" {build}
  "conf-tk"
  "conf-glib-2"
  "conf-libpcre"
  "base-unsafe-string"
]
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.3.1.tar.xz"
  checksum: "md5=02ce97a82f5a95b1b256095580b0fa85"
}
