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.14.0"} 14 "accessor" {>= "v0.16" & < "v0.17"} 15 "base" {>= "v0.16" & < "v0.17"} 16 "dune" {>= "2.0.0"} 17 "ppxlib" {>= "0.28.0"} 18] 19available: arch != "arm32" & arch != "x86_32" 20synopsis: "[@@deriving] plugin to generate accessors for use with the Accessor libraries" 21description: " 22Automatically generate accessors given a type definition. 23" 24url { 25 src: 26 "https://github.com/janestreet/ppx_accessor/archive/refs/tags/v0.16.1.tar.gz" 27 checksum: [ 28 "md5=c30d3d03fc9433ad835c1d31ef9d5ca0" 29 "sha512=e6be30b7aeb323ab87bbb075540523b4b823dd01ae917f81458e94a26d67ae44194645272c162faba3f96d480cd17e0c8649e9754a40f42a6f2f4c268fd195cb" 30 ] 31}