this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "An Lwt implementation of gRPC"
4description: "Functionality for building gRPC services and rpcs with `lwt`."
5maintainer: ["Daniel Quernheim <grpc@quernd.uber.space>"]
6authors: [
7 "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>"
8]
9license: "BSD-3-Clause"
10homepage: "https://github.com/dialohq/ocaml-grpc"
11doc: "https://dialohq.github.io/ocaml-grpc"
12bug-reports: "https://github.com/dialohq/ocaml-grpc/issues"
13depends: [
14 "dune" {>= "2.7"}
15 "grpc" {= version}
16 "lwt" {>= "5.3.0"}
17 "stringext"
18 "odoc" {with-doc}
19]
20build: [
21 ["dune" "subst"] {dev}
22 [
23 "dune"
24 "build"
25 "-p"
26 name
27 "-j"
28 jobs
29 "@install"
30 "@runtest" {with-test}
31 "@doc" {with-doc}
32 ]
33]
34dev-repo: "git+https://github.com/dialohq/ocaml-grpc.git"
35url {
36 src: "https://github.com/dialohq/ocaml-grpc/archive/0.1.0.tar.gz"
37 checksum: [
38 "md5=62c8b2b2dea48f779dcc216ff9213723"
39 "sha512=ef4b89f080590fb68dce9b1fe3072fc4201a8d043c2a5d5c5024b3c4f9887c974fc9356479a63b305d1c50ac77a996e99a10705daafede7046a713dc3261e94d"
40 ]
41}