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"
30available: arch != "arm32" & arch != "x86_32" & arch != "ppc32" & arch != "ppc64"
31url {
32 src:
33 "https://github.com/mransan/ocaml-protoc/releases/download/v3.0.1/ocaml-protoc-3.0.1.tbz"
34 checksum: [
35 "sha256=33904442e655b259e18386be2ccc335bfaf69e5ecaf02085b6aa327f5c82c365"
36 "sha512=d39b027d6b96f14c08789095990abbdad918ae54eba4ab094bef51931ea6f60c89c8e33cd35c0263c7d54e684deeb53c3272985cecb85d83bf546f3a1cd58af0"
37 ]
38}
39x-commit-hash: "d781f552979406c5721c4fdae0bf7b34556ca02e"