-
Notifications
You must be signed in to change notification settings - Fork 4
/
grpc-lwt.opam
35 lines (35 loc) · 904 Bytes
/
grpc-lwt.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "An Lwt implementation of gRPC"
description: "Functionality for building gRPC services and rpcs with `lwt`."
maintainer: ["Andrew Jeffery <[email protected]>"]
authors: ["Andrew Jeffery <[email protected]>"]
license: "BSD-3-Clause"
homepage: "https://github.com/jeffa5/ocaml-grpc"
doc: "https://jeffas.io/ocaml-grpc"
bug-reports: "https://github.com/jeffa5/ocaml-grpc/issues"
depends: [
"dune" {>= "2.7"}
"grpc" {dev}
"lwt" {>= "5.0.0"}
"h2" {dev}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/jeffa5/ocaml-grpc.git"
pin-depends: [
[ "h2.dev" "git+https://github.com/anmonteiro/ocaml-h2#7df18604ae389e3151f79e2be5dfd4278d4377fb" ]
]