this repo has no description
1opam-version: "2.0" 2synopsis: "Protobuf compiler for OCaml" 3description: "Protobuf compiler for OCaml" 4maintainer: "Maxime Ransan <maxime.ransan@gmail.com>" 5post-messages: [ 6"The runtime library is now called \"pbrt\"." 7] 8authors:[ 9 "Maxime Ransan <maxime.ransan@gmail.com>" 10] 11homepage: "https://github.com/mransan/ocaml-protoc" 12bug-reports:"https://github.com/mransan/ocaml-protoc/issues" 13dev-repo:"git+https://github.com/mransan/ocaml-protoc.git" 14license: "MIT" 15build: [ 16 ["dune" "subst"] {dev} 17 ["dune" "build" "@install" "-p" name "-j" jobs] 18 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 19 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 20] 21depends: [ 22 "ocaml" {>= "4.03.0" & < "5.0"} 23 "dune" {>="2.0"} 24 "stdlib-shims" 25 "pbrt" {= version} 26 "odoc" {with-doc} 27] 28url { 29 src: "https://github.com/mransan/ocaml-protoc/archive/2.2.0.tar.gz" 30 checksum: [ 31 "md5=fe2b09744a5a6bd1ca9fb6f6fb411cc1" 32 "sha512=ee368b2be9ddb40dc3ef15eea7e96af9595c93fc8d92b1ad7f50e018cbda6ed6fc613bf41fcf4729974b2ce9dfbcd78ccbcb8a38d59d17bf4ceb24f581392303" 33 ] 34}