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"} 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.4.0.tar.gz" 30 checksum: [ 31 "md5=8a294e86c6202b8ec8016e71d19264cb" 32 "sha512=67020bef50b59c6590c1b25d85a75d6e19d6cd37d42b87c94aef798bff51a45f38fe7024b4c67d71c22c13d3f2776bec83acd77794a518f1c4a7eddfc30b6d0b" 33 ] 34}