this repo has no description
1opam-version: "2.0" 2synopsis: "Pure OCaml compiler for .proto files" 3maintainer: ["Maxime Ransan <maxime.ransan@gmail.com>" "Simon Cruanes"] 4authors: ["Maxime Ransan <maxime.ransan@gmail.com>" "Simon Cruanes"] 5license: "MIT" 6tags: ["protoc" "protobuf" "codegen"] 7homepage: "https://github.com/mransan/ocaml-protoc" 8bug-reports: "https://github.com/mransan/ocaml-protoc/issues" 9depends: [ 10 "dune" {>= "2.0"} 11 "odoc" {with-doc} 12 "pbrt" {= version} 13 "pbrt_yojson" {= version & with-test} 14 "pbrt_services" {= version & with-test} 15 "ocaml" {>= "4.08"} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30] 31available: arch != "arm32" & arch != "x86_32" & arch != "ppc32" & arch != "ppc64" 32dev-repo: "git+https://github.com/mransan/ocaml-protoc.git" 33url { 34 src: 35 "https://github.com/mransan/ocaml-protoc/releases/download/v3.0.0/ocaml-protoc-3.0.0.tbz" 36 checksum: [ 37 "sha256=923b651cf0f400b5ee2fd1d05798a408b4c0a378aab655e4c2618bcce3fd7bff" 38 "sha512=5a1c80115e111f3d4e9384feb9a1a49375d06b11538cdfd388cb4d8a2cb1bb7ae6201d0555daf970be40a017cbb30819e7bec9875a418f5f316b0115999827df" 39 ] 40} 41x-commit-hash: "6f4bea038088774722ce17421758832c06b19890"