opam-version: "2.0"
maintainer: "whitequark <whitequark@whitequark.org>"
authors: [ "whitequark <whitequark@whitequark.org>" ]
license: "MIT"
homepage: "https://github.com/ocaml-ppx/ppx_deriving_protobuf"
doc: "https://ocaml-ppx.github.io/ppx_deriving_protobuf"
bug-reports: "https://github.com/ocaml-ppx/ppx_deriving_protobuf/issues"
dev-repo: "git+https://github.com/ocaml-ppx/ppx_deriving_protobuf.git"
tags: [ "syntax" ]
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
]
run-test: [["dune" "runtest" "-p" name "-j" jobs]]
depends: [
  "ocaml"        {>= "4.3" & < "4.11"}
  "dune"         {>= "1.0"}
  "ppxfind"      {build}
  "ppx_tools"    {build}
  "cppo"         {build}
  "ppx_deriving" {>= "4.0" & < "5.0"}
  "ounit"        {with-test}
  "uint"         {with-test}
]
synopsis: "A Protocol Buffers codec generator for OCaml >=4.02"
url {
  src:
    "https://github.com/ocaml-ppx/ppx_deriving_protobuf/archive/v2.7.tar.gz"
  checksum: "sha256=10c0414601bdb4ccac7c3180e0e70f91a408a15e6a4220cdd6b7a7af5bed3efd"
}
