this repo has no description

Fix lower bounds for dependencies

Changed files
+6 -8
packages
grpc
grpc.0.1.0
grpc-async
grpc-async.0.1.0
grpc-lwt
grpc-lwt.0.1.0
+3 -4
packages/grpc-async/grpc-async.0.1.0/opam
···
doc: "https://dialohq.github.io/ocaml-grpc"
bug-reports: "https://github.com/dialohq/ocaml-grpc/issues"
depends: [
+
"ocaml" {>= "4.11"}
"dune" {>= "2.7"}
-
"grpc"
-
"async"
-
"h2" {>= "0.9.0"}
-
"h2-async"
+
"grpc" {= version}
+
"h2-async" {>= "0.9.0"}
"stringext"
"odoc" {with-doc}
]
+2 -3
packages/grpc-lwt/grpc-lwt.0.1.0/opam
···
bug-reports: "https://github.com/dialohq/ocaml-grpc/issues"
depends: [
"dune" {>= "2.7"}
-
"grpc"
-
"lwt" {>= "5.0.0"}
-
"h2" {>= "0.9.0"}
+
"grpc" {= version}
+
"lwt" {>= "5.3.0"}
"stringext"
"odoc" {with-doc}
]
+1 -1
packages/grpc/grpc.0.1.0/opam
···
"dune" {>= "2.7"}
"ocaml" {>= "4.08"}
"uri" {>= "4.0.0"}
-
"h2" {>= "0.7.0"}
+
"h2" {>= "0.9.0"}
"ppx_deriving"
"odoc" {with-doc}
]