# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "A modular gRPC library" description: "This library builds some of the signatures and implementations of gRPC functionality. This is used in the more specialised package `grpc-lwt` which has more machinery, however this library can also be used to do some bits yourself." 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: [ "dune" {>= "2.7"} "ocaml" {>= "4.08"} "uri" {>= "4.0.0"} "h2" {>= "0.9.0" & < "0.13.0"} "ppx_deriving" "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" ] }