# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "An Async implementation of gRPC" description: "Functionality for building gRPC services and rpcs with `async`." 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"} "ocaml" {>= "4.11"} "grpc" {= version} "async" {>= "v0.16"} "h2-async" {< "0.13.0"} "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" ] }