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 [make "lib.byte"] 14 [make "lib.native"] 15 [make "bin.native"] 16] 17install: [ 18 [make "lib.install" ] 19 [make "bin.install" "PREFIX=%{prefix}%" "BINDIR=%{bin}%"] 20] 21depends: [ 22 "ocaml" {>= "4.02.1" & < "5.0"} 23 "ocamlfind" {build} 24 "ocamlbuild" {build} 25 "ppx_deriving_protobuf" 26] 27url { 28 src: "https://github.com/mransan/ocaml-protoc/archive/1.2.6.tar.gz" 29 checksum: [ 30 "md5=e9ad80abc334a296cffe7fd98b36fb52" 31 "sha512=414357d7c5e708b985048aedf7f9141e2894fac044c255dda2dd29fdd239a0a63d5ec8999e70998fe12ea5a41a7618c01ccda86ee4dfd396de54b8282c473d6b" 32 ] 33}