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.2/ocaml-protoc-3.0.2.tbz" 34 checksum: [ 35 "sha256=eb3ca953610cc0766b2a89dcb201d49372949458b7d3cb826e15a5ab35205fec" 36 "sha512=8db991f12d3a02f226fb7cf3e99ca02d907497d8b4f48f1393d396594868e25a9fa0e4a3e73322bda8d65e690754b73d2523abf8236e47b77fc0c059f2244e3a" 37 ] 38} 39x-commit-hash: "5d6ed70dd90d19ebd5bcc7e059de199e62bf6dfd"