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: [["dune" "runtest" "-p" name "-j" jobs]] 15depends: [ 16 "ocaml" {>= "4.3" & < "4.11"} 17 "dune" {>= "1.0"} 18 "ppxfind" {build} 19 "ppx_tools" {build} 20 "cppo" {build} 21 "ppx_deriving" {>= "4.0" & < "5.0"} 22 "ounit" {with-test} 23 "uint" {with-test} 24] 25synopsis: "A Protocol Buffers codec generator for OCaml >=4.02" 26url { 27 src: 28 "https://github.com/ocaml-ppx/ppx_deriving_protobuf/archive/v2.7.tar.gz" 29 checksum: "sha256=10c0414601bdb4ccac7c3180e0e70f91a408a15e6a4220cdd6b7a7af5bed3efd" 30}