opam-version: "2.0"
maintainer: "seanmcl@gmail.com"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
]
remove: [["ocamlfind" "remove" "inotify"]]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/whitequark/ocaml-inotify"
available: os = "linux" | os = "macos"
install: ["ocaml" "setup.ml" "-install"]
synopsis: "Inotify bindings for ocaml."
flags: light-uninstall
url {
  src: "https://github.com/whitequark/ocaml-inotify/archive/1.5.tar.gz"
  checksum: "md5=f9d6999317fe1e52323fa568ab4d78bd"
}
