# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Various grpc examples" description: "Various grpc examples." maintainer: ["Daniel Quernheim "] authors: [ "Andrew Jeffery " "Daniel Quernheim " "Michael Bacarella " "Sven Anderson " "Tim McGilchrist " "Wojtek Czekalski " "dimitris.mostrous " ] license: "BSD-3-Clause" tags: ["network" "rpc" "serialisation"] homepage: "https://github.com/dialohq/ocaml-grpc" doc: "https://dialohq.github.io/ocaml-grpc" bug-reports: "https://github.com/dialohq/ocaml-grpc/issues" depends: [ "dune" {>= "3.7"} "grpc-lwt" "grpc-async" "grpc-eio" "ocaml-protoc-plugin" {>= "4.5"} "ppx_deriving_yojson" "h2-lwt-unix" "h2-async" "conduit-lwt-unix" "cohttp-lwt-unix" "tls-async" {< "1.0.0"} "lwt_ssl" {>= "1.2.0"} "mdx" {>= "2.2.1" & with-test} "eio_main" {>= "0.10" & < "0.12"} "stringext" "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/dialohq/ocaml-grpc.git" url { src: "https://github.com/dialohq/ocaml-grpc/archive/refs/tags/0.2.0.tar.gz" checksum: [ "md5=69aa501b131e2f1c19c9e742b1173c3b" "sha512=03bf7448330346959fe581822fdd0580279f5042b3b51acc220950b0fa78764e64a0ead7dda0bcad22374e6e4d77870ff8e70431d233832912278a4ae5ad0390" ] }