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