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>"
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"
16tags: ["network" "rpc" "serialisation"]
17homepage: "https://github.com/dialohq/ocaml-grpc"
18doc: "https://dialohq.github.io/ocaml-grpc"
19bug-reports: "https://github.com/dialohq/ocaml-grpc/issues"
20depends: [
21 "dune" {>= "3.7"}
22 "grpc" {= version}
23 "lwt" {>= "5.3.0"}
24 "stringext"
25 "odoc" {with-doc}
26]
27build: [
28 ["dune" "subst"] {dev}
29 [
30 "dune"
31 "build"
32 "-p"
33 name
34 "-j"
35 jobs
36 "@install"
37 "@runtest" {with-test}
38 "@doc" {with-doc}
39 ]
40]
41dev-repo: "git+https://github.com/dialohq/ocaml-grpc.git"
42url {
43 src: "https://github.com/dialohq/ocaml-grpc/archive/refs/tags/0.2.0.tar.gz"
44 checksum: [
45 "md5=69aa501b131e2f1c19c9e742b1173c3b"
46 "sha512=03bf7448330346959fe581822fdd0580279f5042b3b51acc220950b0fa78764e64a0ead7dda0bcad22374e6e4d77870ff8e70431d233832912278a4ae5ad0390"
47 ]
48}