this repo has no description
1opam-version: "2.0" 2maintainer: "whitequark <whitequark@whitequark.org>" 3authors: [ "whitequark <whitequark@whitequark.org>" ] 4license: "MIT" 5homepage: "https://github.com/ocaml-ppx/ppx_deriving_protobuf" 6doc: "https://ocaml-ppx.github.io/ppx_deriving_protobuf" 7bug-reports: "https://github.com/ocaml-ppx/ppx_deriving_protobuf/issues" 8dev-repo: "git+https://github.com/ocaml-ppx/ppx_deriving_protobuf.git" 9tags: [ "syntax" ] 10build: [ 11 ["dune" "subst"] {dev} 12 ["dune" "build" "-p" name "-j" jobs] 13] 14run-test: [ 15 ["dune" "runtest" "-p" name "-j" jobs] 16] 17depends: [ 18 "ocaml" {>= "4.05"} 19 "dune" {>= "1.0"} 20 "cppo" {build} 21 "ppx_deriving" {>= "5.2.1"} 22 "ppxlib" {>= "0.20.0"} 23 "ounit2" {with-test} 24 "uint" {with-test} 25] 26synopsis: "A Protocol Buffers codec generator for OCaml" 27url { 28 src: 29 "https://github.com/ocaml-ppx/ppx_deriving_protobuf/releases/download/v3.0.0/ppx_deriving_protobuf-v3.0.0.tbz" 30 checksum: [ 31 "sha256=5287ef0db8d4f7a62b0bb7a21010172d602aa45a7fecc2d4cb9681366ddf81b5" 32 "sha512=6bc04d10c2448a35c9c2404be01aab616d51cdda563f6f3b8d213db18614233746c6bf2190a3f12881f544e91c18aa01d56f9aeeb7b01eddfe68123b88703625" 33 ] 34} 35x-commit-hash: "5b602831d6df6e47412c96e93368d0068aeb6027"