this repo has no description
1opam-version: "2.0" 2synopsis: "Plugin for generating pb protobuf message descriptions" 3description: "Plugin for generating pb protobuf message descriptions" 4maintainer: [ 5 "Jeremy Yallop <yallop@gmail.com>" "Rudi Grinberg <me@rgrinberg.com>" 6] 7authors: ["Jeremy Yallop <yallop@gmail.com>"] 8license: "MIT" 9homepage: "https://github.com/yallop/ocaml-pb" 10bug-reports: "https://github.com/yallop/ocaml-pb/issues" 11depends: [ 12 "ocaml" {>= "4.08"} 13 "pb" 14 "dune" {>= "1.11"} 15 "integers" 16 "batteries" {< "3.7"} 17 "angstrom" {>= "0.10.0"} 18 "faraday" 19 "ounit" {with-test & >= "2.0"} 20] 21dev-repo: "git+https://github.com/yallop/ocaml-pb.git" 22build: [ 23 ["dune" "subst"] {dev} 24 [ 25 "dune" 26 "build" 27 "-p" 28 name 29 "-j" 30 jobs 31 "@install" 32 "@doc" {with-doc} 33 ] 34] 35url { 36 src: 37 "https://github.com/yallop/ocaml-pb/releases/download/1.0.0/pb-1.0.0.tbz" 38 checksum: [ 39 "sha256=e670f11879ee5e44de396fda26ce18384093fd9d75b33727fe90db073e1e4d01" 40 "sha512=d6d5bd2991af3bb0121c6f9620510707e5b25332ff80224a1da482093ed53427b620e01294be4d52637dfedad8c30775ad228ac74a6d579d7c3a1de5887327cc" 41 ] 42}