this repo has no description
1opam-version: "2.0"
2maintainer: "Jane Street developers"
3authors: ["Jane Street Group, LLC"]
4homepage: "https://github.com/janestreet/accessor_async"
5bug-reports: "https://github.com/janestreet/accessor_async/issues"
6dev-repo: "git+https://github.com/janestreet/accessor_async.git"
7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/accessor_async/index.html"
8license: "MIT"
9build: [
10 ["dune" "build" "-p" name "-j" jobs]
11]
12depends: [
13 "ocaml" {>= "4.09.0"}
14 "dune" {>= "2.0.0"}
15]
16synopsis: "Accessors for Async types, for use with the Accessor library"
17description: "
18This library provides accessors for numerous types in Async.
19"
20url {
21 src:
22 "https://ocaml.janestreet.com/ocaml-core/v0.14/files/accessor_async-v0.14.0.tar.gz"
23 checksum: [
24 "sha256=cc6cb17eaf27e17fe001ee191acff4e5410946141349019c8bd0a7682608d5f5"
25 "md5=eda3db53a9a0bc0f1344d8ef6fe58dad"
26 ]
27}