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] 31dev-repo: "git+https://github.com/mransan/ocaml-protoc.git" 32url { 33 src: 34 "https://github.com/mransan/ocaml-protoc/releases/download/v3.0.2/ocaml-protoc-3.0.2.tbz" 35 checksum: [ 36 "sha256=eb3ca953610cc0766b2a89dcb201d49372949458b7d3cb826e15a5ab35205fec" 37 "sha512=8db991f12d3a02f226fb7cf3e99ca02d907497d8b4f48f1393d396594868e25a9fa0e4a3e73322bda8d65e690754b73d2523abf8236e47b77fc0c059f2244e3a" 38 ] 39} 40x-commit-hash: "5d6ed70dd90d19ebd5bcc7e059de199e62bf6dfd"