this repo has no description
1opam-version: "2.0"
2synopsis: "Runtime library for ocaml-protoc to support RPC services"
3maintainer: ["Maxime Ransan <maxime.ransan@gmail.com>" "Simon Cruanes"]
4authors: ["Maxime Ransan <maxime.ransan@gmail.com>" "Simon Cruanes"]
5license: "MIT"
6tags: ["protobuf" "encode" "decode" "services" "rpc"]
7homepage: "https://github.com/mransan/ocaml-protoc"
8bug-reports: "https://github.com/mransan/ocaml-protoc/issues"
9depends: [
10 "dune" {>= "2.0"}
11 "ocaml" {>= "4.08"}
12 "pbrt" {= version}
13 "pbrt_yojson" {= version}
14]
15dev-repo: "git+https://github.com/mransan/ocaml-protoc.git"
16build: [
17 ["dune" "subst"] {dev}
18 [
19 "dune"
20 "build"
21 "-p"
22 name
23 "-j"
24 jobs
25 "@install"
26 # "@runtest" {with-test} # no tests
27 "@doc" {with-doc}
28 ]
29]
30url {
31 src:
32 "https://github.com/mransan/ocaml-protoc/releases/download/v3.1/ocaml-protoc-3.1.tbz"
33 checksum: [
34 "sha256=4bd16bb119f5c55a9d5e906173d8611cb7664a0c926f108077eb05f1ceb7de03"
35 "sha512=01266efcc926dd7042e9eddc874b0c41c65688b36ec3e30756a69e09d6cc57eaa8d4a043015b668a2e61cc45cac7efa51cdbad06757a98a55ff53416af98c44d"
36 ]
37}
38x-commit-hash: "955cce3335833c1e0c2327bb99696da57941096c"