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.3.0.tar.gz" 32 checksum: [ 33 "md5=14cb15d70a4ab90f692e132cbf640b11" 34 "sha512=063a6a6a1c267ca3e965775f18e5362a58d7a0de92bcee90e57b6004fb79106c03ad1a4c04bd2d259e8d1d0461d2e2bd0b1c7862c58f763364d1cff62bba37a3" 35 ] 36}