this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "A modular gRPC library"
4description:
5 "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."
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 "dune" {>= "2.7"}
16 "ocaml" {>= "4.08"}
17 "uri" {>= "4.0.0"}
18 "h2" {>= "0.9.0" & < "0.13.0"}
19 "ppx_deriving"
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}