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