opam-version: "2.0" synopsis: "Plugin for generating pb protobuf message descriptions" description: "Plugin for generating pb protobuf message descriptions" maintainer: [ "Jeremy Yallop " "Rudi Grinberg " ] authors: ["Jeremy Yallop "] license: "MIT" homepage: "https://github.com/yallop/ocaml-pb" bug-reports: "https://github.com/yallop/ocaml-pb/issues" depends: [ "ocaml" {>= "4.08"} "pb" "dune" {>= "1.11"} "integers" "batteries" {< "3.7"} "angstrom" {>= "0.10.0"} "faraday" "ounit" {with-test & >= "2.0"} ] dev-repo: "git+https://github.com/yallop/ocaml-pb.git" build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc} ] ] url { src: "https://github.com/yallop/ocaml-pb/releases/download/1.0.0/pb-1.0.0.tbz" checksum: [ "sha256=e670f11879ee5e44de396fda26ce18384093fd9d75b33727fe90db073e1e4d01" "sha512=d6d5bd2991af3bb0121c6f9620510707e5b25332ff80224a1da482093ed53427b620e01294be4d52637dfedad8c30775ad228ac74a6d579d7c3a1de5887327cc" ] }