this repo has no description
1opam-version: "2.0"
2synopsis: "Library for describing Protobuf messages"
3description: "Library for describing Protobuf messages"
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 "dune" {>= "1.11"}
14 "integers"
15 "angstrom" {>= "0.10.0" & < "0.14.0"}
16 "faraday"
17 "ounit" {with-test & >= "2.0"}
18]
19dev-repo: "git+https://github.com/yallop/ocaml-pb.git"
20build: [
21 ["dune" "subst"] {dev}
22 [
23 "dune"
24 "build"
25 "-p"
26 name
27 "-j"
28 jobs
29 "@install"
30 "@doc" {with-doc}
31 ]
32]
33url {
34 src:
35 "https://github.com/yallop/ocaml-pb/releases/download/1.0.0/pb-1.0.0.tbz"
36 checksum: [
37 "sha256=e670f11879ee5e44de396fda26ce18384093fd9d75b33727fe90db073e1e4d01"
38 "sha512=d6d5bd2991af3bb0121c6f9620510707e5b25332ff80224a1da482093ed53427b620e01294be4d52637dfedad8c30775ad228ac74a6d579d7c3a1de5887327cc"
39 ]
40}