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"} "accessor_core" {>= "v0.14.1" & < "v0.15"} "async_kernel" {>= "v0.14" & < "v0.15"} "core_kernel" {>= "v0.14" & < "v0.15"} "ppx_accessor" {>= "v0.14.1" & < "v0.15"} "ppx_jane" {>= "v0.14" & < "v0.15"} "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://github.com/janestreet/accessor_async/archive/v0.14.1.tar.gz" checksum: [ "sha256=0dd7ea84293af09d3ab812d9a8841b1c245e0be55452abd900fbfbf24f5192b9" "md5=b080742150bdfb6a6a86cf0d4c01d881" ] }