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" & < "112.36.00"}
  "async_find" {>= "111.28.00" & < "111.29.00"}
  "ocamlbuild" {build}
]
install: [make "install"]
synopsis: "Async wrapper for inotify"
flags: light-uninstall
url {
  src:
    "https://ocaml.janestreet.com/ocaml-core/111.28.00/individual/async_inotify-111.28.00.tar.gz"
  checksum: "md5=0e59caf870da7d9c1b3f563ae8403f8a"
}
