opam-version: "2.0"
maintainer: "opensource@janestreet.com"
build: make
remove: [["ocamlfind" "remove" "async_inotify"]]
depends: [
  "ocaml" {>= "4.00.0"}
  "camlp4"
  "inotify" {>= "2.0"}
  "async" {>= "111.17.00" & <= "111.25.00"}
  "async_find" {>= "109.15.00" & <= "109.15.02"}
  "ocamlbuild" {build}
]
install: [make "install"]
synopsis: "Async wrapper for inotify"
flags: light-uninstall
url {
  src:
    "https://ocaml.janestreet.com/ocaml-core/111.17.00/individual/async_inotify-111.17.00.tar.gz"
  checksum: "md5=62562caef5d8e9946e83dfe373d5b08b"
}
