this repo has no description
1opam-version: "2.0"
2synopsis: "Runtime library for Protobuf tooling"
3description: "Runtime library for Protobuf tooling"
4maintainer: "Maxime Ransan <maxime.ransan@gmail.com>"
5post-messages: [
6"Pbrt: runtime library for ocaml-protoc.
7
8A shim library named \"ocaml-protoc\" still exists, to ease the
9migration."
10]
11authors:[
12 "Maxime Ransan <maxime.ransan@gmail.com>"
13]
14homepage: "https://github.com/mransan/ocaml-protoc"
15bug-reports:"https://github.com/mransan/ocaml-protoc/issues"
16dev-repo:"git+https://github.com/mransan/ocaml-protoc.git"
17license: "MIT"
18build: [
19 ["dune" "subst"] {dev}
20 ["dune" "build" "@install" "-p" name "-j" jobs]
21 ["dune" "runtest" "-p" "pbrt,ocaml-protoc" "-j" jobs] {with-test & ocaml:version < "5.0"}
22 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
23]
24depends: [
25 "ocaml" {>="4.03.0"}
26 "dune" {>="2.0"}
27 "stdlib-shims"
28 "odoc" {with-doc}
29]
30url {
31 src: "https://github.com/mransan/ocaml-protoc/archive/2.2.0.tar.gz"
32 checksum: [
33 "md5=fe2b09744a5a6bd1ca9fb6f6fb411cc1"
34 "sha512=ee368b2be9ddb40dc3ef15eea7e96af9595c93fc8d92b1ad7f50e018cbda6ed6fc613bf41fcf4729974b2ce9dfbcd78ccbcb8a38d59d17bf4ceb24f581392303"
35 ]
36}