this repo has no description
1opam-version: "2.0"
2maintainer: "Jane Street developers"
3authors: ["Jane Street Group, LLC"]
4homepage: "https://github.com/janestreet/ppx_accessor"
5bug-reports: "https://github.com/janestreet/ppx_accessor/issues"
6dev-repo: "git+https://github.com/janestreet/ppx_accessor.git"
7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_accessor/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: "[@@deriving] plugin to generate accessors for use with the Accessor libraries"
17description: "
18Automatically generate accessors given a type definition.
19"
20url {
21 src:
22 "https://ocaml.janestreet.com/ocaml-core/v0.14/files/ppx_accessor-v0.14.0.tar.gz"
23 checksum: [
24 "sha256=b1d17ed5fffead762b8e6e9c3853b21f26e3ea2651402a89ccffce8171eb15f5"
25 "md5=4613bf30bb93f7781349d682af2fe1ab"
26 ]
27}