# 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 , Wojtek Czekalski , dimitris.mostrous " ] license: "BSD-3-Clause" homepage: "https://github.com/dialohq/ocaml-grpc" doc: "https://dialohq.github.io/ocaml-grpc" bug-reports: "https://github.com/dialohq/ocaml-grpc/issues" depends: [ "ocaml" {>= "4.11"} "dune" {>= "2.7"} "grpc" {= version} "h2-async" {>= "0.9.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/0.1.0.tar.gz" checksum: [ "md5=62c8b2b2dea48f779dcc216ff9213723" "sha512=ef4b89f080590fb68dce9b1fe3072fc4201a8d043c2a5d5c5024b3c4f9887c974fc9356479a63b305d1c50ac77a996e99a10705daafede7046a713dc3261e94d" ] }