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