this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Various grpc examples" 4description: "Various grpc examples." 5maintainer: ["Daniel Quernheim <grpc@quernd.uber.space>"] 6authors: [ 7 "Andrew Jeffery <dev@jeffas.io>" 8 "Daniel Quernheim <quernd@users.noreply.github.com>" 9 "Michael Bacarella <m@bacarella.com>" 10 "Sven Anderson <sven@anderson.de>" 11 "Tim McGilchrist <timmcgil@gmail.com>" 12 "Wojtek Czekalski <me@wczekalski.com>" 13 "dimitris.mostrous <dimitris.mostrous@gmail.com>" 14] 15license: "BSD-3-Clause" 16tags: ["network" "rpc" "serialisation"] 17homepage: "https://github.com/dialohq/ocaml-grpc" 18doc: "https://dialohq.github.io/ocaml-grpc" 19bug-reports: "https://github.com/dialohq/ocaml-grpc/issues" 20depends: [ 21 "dune" {>= "3.7"} 22 "grpc-lwt" 23 "grpc-async" 24 "grpc-eio" 25 "ocaml-protoc-plugin" {>= "4.5"} 26 "ppx_deriving_yojson" 27 "h2-lwt-unix" 28 "h2-async" 29 "conduit-lwt-unix" 30 "cohttp-lwt-unix" 31 "tls-async" {< "1.0.0"} 32 "lwt_ssl" {>= "1.2.0"} 33 "mdx" {>= "2.2.1" & with-test} 34 "eio_main" {>= "0.10" & < "0.12"} 35 "stringext" 36 "odoc" {with-doc} 37] 38build: [ 39 ["dune" "subst"] {dev} 40 [ 41 "dune" 42 "build" 43 "-p" 44 name 45 "-j" 46 jobs 47 "@install" 48 "@runtest" {with-test} 49 "@doc" {with-doc} 50 ] 51] 52dev-repo: "git+https://github.com/dialohq/ocaml-grpc.git" 53url { 54 src: "https://github.com/dialohq/ocaml-grpc/archive/refs/tags/0.2.0.tar.gz" 55 checksum: [ 56 "md5=69aa501b131e2f1c19c9e742b1173c3b" 57 "sha512=03bf7448330346959fe581822fdd0580279f5042b3b51acc220950b0fa78764e64a0ead7dda0bcad22374e6e4d77870ff8e70431d233832912278a4ae5ad0390" 58 ] 59}