opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/accessor_async" bug-reports: "https://github.com/janestreet/accessor_async/issues" dev-repo: "git+https://github.com/janestreet/accessor_async.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/accessor_async/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.09.0"} "dune" {>= "2.0.0"} ] synopsis: "Accessors for Async types, for use with the Accessor library" description: " This library provides accessors for numerous types in Async. " url { src: "https://ocaml.janestreet.com/ocaml-core/v0.14/files/accessor_async-v0.14.0.tar.gz" checksum: [ "sha256=cc6cb17eaf27e17fe001ee191acff4e5410946141349019c8bd0a7682608d5f5" "md5=eda3db53a9a0bc0f1344d8ef6fe58dad" ] }