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