this repo has no description
1opam-version: "2.0"
2maintainer: "Jane Street developers"
3authors: ["Jane Street Group, LLC"]
4homepage: "https://github.com/janestreet/accessor_base"
5bug-reports: "https://github.com/janestreet/accessor_base/issues"
6dev-repo: "git+https://github.com/janestreet/accessor_base.git"
7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/accessor_base/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 Base types, for use with the Accessor library"
17description: "
18This library provides accessors for numerous types in Base.
19"
20url {
21 src:
22 "https://ocaml.janestreet.com/ocaml-core/v0.14/files/accessor_base-v0.14.0.tar.gz"
23 checksum: [
24 "sha256=f489f33f4680f0c33b93bdbb4036ffbdf208552e8ca63c0742c62c3dc2cc388f"
25 "md5=1c24258d49d8566b6524d6fb71c1d922"
26 ]
27}