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