this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "An Async implementation of gRPC"
4description:
5 "Functionality for building gRPC services and rpcs with `async`."
6maintainer: ["Daniel Quernheim <grpc@quernd.uber.space>"]
7authors: [
8 "Andrew Jeffery <dev@jeffas.io>, Daniel Quernheim <quernd@users.noreply.github.com>, Michael Bacarella <m@bacarella.com>, Sven Anderson <sven@anderson.de>, Wojtek Czekalski <me@wczekalski.com>, dimitris.mostrous <dimitris.mostrous@gmail.com>"
9]
10license: "BSD-3-Clause"
11homepage: "https://github.com/dialohq/ocaml-grpc"
12doc: "https://dialohq.github.io/ocaml-grpc"
13bug-reports: "https://github.com/dialohq/ocaml-grpc/issues"
14depends: [
15 "ocaml" {>= "4.11"}
16 "dune" {>= "2.7"}
17 "grpc" {= version}
18 "h2-async" {>= "0.9.0"}
19 "stringext"
20 "odoc" {with-doc}
21]
22build: [
23 ["dune" "subst"] {dev}
24 [
25 "dune"
26 "build"
27 "-p"
28 name
29 "-j"
30 jobs
31 "@install"
32 "@runtest" {with-test}
33 "@doc" {with-doc}
34 ]
35]
36dev-repo: "git+https://github.com/dialohq/ocaml-grpc.git"
37url {
38 src: "https://github.com/dialohq/ocaml-grpc/archive/0.1.0.tar.gz"
39 checksum: [
40 "md5=62c8b2b2dea48f779dcc216ff9213723"
41 "sha512=ef4b89f080590fb68dce9b1fe3072fc4201a8d043c2a5d5c5024b3c4f9887c974fc9356479a63b305d1c50ac77a996e99a10705daafede7046a713dc3261e94d"
42 ]
43}