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" {>= "5.1.0"} "accessor_core" {>= "v0.17" & < "v0.18"} "async_kernel" {>= "v0.17" & < "v0.18"} "core" {>= "v0.17" & < "v0.18"} "ppx_accessor" {>= "v0.17" & < "v0.18"} "ppx_jane" {>= "v0.17" & < "v0.18"} "dune" {>= "3.11.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Accessors for Async types, for use with the Accessor library" description: " This library provides accessors for numerous types in Async. " url { src: "https://github.com/janestreet/accessor_async/archive/refs/tags/v0.17.0.tar.gz" checksum: "sha256=c3317b2fb939dfd0c81cc32403b165894ef08546fba6f6bf993d8f242c149b49" }