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>" 5authors:[ 6 "Maxime Ransan <maxime.ransan@gmail.com>" 7] 8homepage: "https://github.com/mransan/ocaml-protoc" 9bug-reports:"https://github.com/mransan/ocaml-protoc/issues" 10dev-repo:"git+https://github.com/mransan/ocaml-protoc.git" 11license: "MIT" 12build: [ 13 ["dune" "subst"] {dev} 14 ["dune" "build" "-p" name "-j" jobs] 15] 16depends: [ 17 "ocaml" {>= "4.02.1" & < "5.0"} 18 "dune" {>="1.11"} 19 "stdlib-shims" 20] 21url { 22 src: "https://github.com/mransan/ocaml-protoc/archive/2.0.2.tar.gz" 23 checksum: [ 24 "md5=abbed1e3cb56dfe6dbf2fe9370838e57" 25 "sha512=9803eb3d0f7649c2c63ee3c3750d591e59b8383ffa00244fe46fbb2f536a05c6cec201870ab5c87e14774199c221c8e2da14db232cbc82fdb46b1f0ec7a76a64" 26 ] 27}