this repo has no description
1opam-version: "2.0" 2synopsis: "Runtime library for ocaml-protoc to support RPC services" 3maintainer: ["Maxime Ransan <maxime.ransan@gmail.com>" "Simon Cruanes"] 4authors: ["Maxime Ransan <maxime.ransan@gmail.com>" "Simon Cruanes"] 5license: "MIT" 6tags: ["protobuf" "encode" "decode" "services" "rpc"] 7homepage: "https://github.com/mransan/ocaml-protoc" 8bug-reports: "https://github.com/mransan/ocaml-protoc/issues" 9depends: [ 10 "dune" {>= "2.0"} 11 "ocaml" {>= "4.08"} 12 "pbrt" {= version} 13 "pbrt_yojson" {= version} 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" 30url { 31 src: 32 "https://github.com/mransan/ocaml-protoc/releases/download/v3.0.2/ocaml-protoc-3.0.2.tbz" 33 checksum: [ 34 "sha256=eb3ca953610cc0766b2a89dcb201d49372949458b7d3cb826e15a5ab35205fec" 35 "sha512=8db991f12d3a02f226fb7cf3e99ca02d907497d8b4f48f1393d396594868e25a9fa0e4a3e73322bda8d65e690754b73d2523abf8236e47b77fc0c059f2244e3a" 36 ] 37} 38x-commit-hash: "5d6ed70dd90d19ebd5bcc7e059de199e62bf6dfd"