opam-version: "2.0"
maintainer: "opensource@janestreet.com"
build: make
remove: [["ocamlfind" "remove" "async_inotify"]]
depends: [
  "ocaml"
  "camlp4"
  "inotify" {< "2.0"}
  "async" {= "109.14.00"}
  "async_find" {= "109.14.00"}
  "core_extended" {= "109.14.00"}
  "ocamlbuild" {build}
]
install: [make "install"]
synopsis: "Async wrapper for inotify"
flags: light-uninstall
url {
  src:
    "https://ocaml.janestreet.com/ocaml-core/109.14.00/individual/async_inotify-109.14.00.tar.gz"
  checksum: "md5=06bf71ff3d2f96e503d60d6d64e610de"
}
