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]
17dev-repo: "git+https://github.com/mransan/ocaml-protoc.git"
18build: [
19 ["dune" "subst"] {dev}
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "@install"
28 "@src/tests/yojson/runtest" {with-test}
29 "@doc" {with-doc}
30 ]
31]
32url {
33 src:
34 "https://github.com/mransan/ocaml-protoc/releases/download/v3.1.1/ocaml-protoc-3.1.1.tbz"
35 checksum: [
36 "sha256=c5657fcbfcbaea361beb847f72b8a6a6f36ce9e773bf285b278a0da75f988fbc"
37 "sha512=ea86d04b6293eba48360409049f907fc3e73138ec434b5d1894a2dcdaa0478f6f5a1d13f1ba87c553ddf6806a618525f621d2af862b495ce3426242a3a42e339"
38 ]
39}
40x-commit-hash: "20e71e04d2bd2df037d7647dd0818817ffe5f7be"