opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/async_find" bug-reports: "https://github.com/janestreet/async_find/issues" dev-repo: "git+https://github.com/janestreet/async_find.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_find/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.08.0"} "async" {>= "v0.14" & < "v0.15"} "core" {>= "v0.14" & < "v0.15"} "ppx_jane" {>= "v0.14" & < "v0.15"} "dune" {>= "2.0.0"} ] synopsis: "Directory traversal with Async" url { src: "https://ocaml.janestreet.com/ocaml-core/v0.14/files/async_find-v0.14.0.tar.gz" checksum: [ "sha256=da70fdd5a4ce29300fd0666ed4b65812f4b11ffd129bb3b323d88dc977d08961" "md5=8bbb4ca5e70534f8d39e131078ffd1da" ] }