opam-version: "2.0"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/async_inotify"
license: "Apache-2.0"
build: [
  [make]
]
remove: [["ocamlfind" "remove" "async_inotify"]]
depends: [
  "ocaml" {>= "4.00.0" & < "4.03"}
  "camlp4"
  "inotify" {>= "2.0"}
  "async" {>= "113.00.00" & < "113.01.00"}
  "async_find" {>= "111.28.00" & < "111.29.00"}
  "ocamlbuild" {build}
]
bug-reports: "https://github.com/janestreet/async_inotify/issues"
dev-repo: "git+https://github.com/janestreet/async_inotify.git"
install: [[make "install"]]
synopsis: "Async wrapper for inotify"
flags: light-uninstall
url {
  src:
    "https://ocaml.janestreet.com/ocaml-core/113.00/files/async_inotify-113.00.00.tar.gz"
  checksum: "md5=fa4ff1b0cfe65bbeb8b698699f465a22"
}
