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.1.tar.gz"
23 checksum: [
24 "md5=40c8142a8ad00228dadeb8162d25bb64"
25 "sha512=5d23004b506e26672379518f8df964a3b4121d2b178dfd7b73268efe5c2114a8cef7249136fb66ac2a26a9f701c81e2a2c361ae1eb1596309144cf5432e08170"
26 ]
27}