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" "@install" "-p" name "-j" jobs] 15 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 16 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 17] 18depends: [ 19 "ocaml" {>= "4.03.0" & < "5.0"} 20 "dune" {>= "1.11"} 21 "stdlib-shims" 22 "odoc" {with-doc} 23] 24url { 25 src: "https://github.com/mransan/ocaml-protoc/archive/2.1.0.tar.gz" 26 checksum: [ 27 "md5=d060da85f0d2b1aa34a17bf5f1c0772b" 28 "sha512=a7661f4e59656907739625a185fbe3084429b6a2371d57d566def42090d66695fd09c6e6e8bdf86b4652d6e3cc59e5c8bcb3f185b93819b9593affab6afb6568" 29 ] 30}