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