this repo has no description
1opam-version: "2.0" 2synopsis: "Runtime library for Protobuf tooling" 3description: "Runtime library for Protobuf tooling" 4maintainer: "Maxime Ransan <maxime.ransan@gmail.com>" 5post-messages: [ 6"Pbrt: runtime library for ocaml-protoc. 7 8A shim library named \"ocaml-protoc\" still exists, to ease the 9migration." 10] 11authors:[ 12 "Maxime Ransan <maxime.ransan@gmail.com>" 13] 14homepage: "https://github.com/mransan/ocaml-protoc" 15bug-reports:"https://github.com/mransan/ocaml-protoc/issues" 16dev-repo:"git+https://github.com/mransan/ocaml-protoc.git" 17license: "MIT" 18build: [ 19 ["dune" "subst"] {dev} 20 ["dune" "build" "@install" "-p" name "-j" jobs] 21 ["dune" "runtest" "-p" "pbrt,ocaml-protoc" "-j" jobs] {with-test} 22 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 23] 24depends: [ 25 "ocaml" {>="4.03.0"} 26 "dune" {>="2.0"} 27 "stdlib-shims" 28 "odoc" {with-doc} 29] 30url { 31 src: "https://github.com/mransan/ocaml-protoc/archive/2.4.0.tar.gz" 32 checksum: [ 33 "md5=8a294e86c6202b8ec8016e71d19264cb" 34 "sha512=67020bef50b59c6590c1b25d85a75d6e19d6cd37d42b87c94aef798bff51a45f38fe7024b4c67d71c22c13d3f2776bec83acd77794a518f1c4a7eddfc30b6d0b" 35 ] 36}