this repo has no description

h2: add upper bounds constrains for upcoming 0.13.0 release

Changed files
+4 -4
packages
grpc
grpc.0.1.0
grpc.0.2.0
grpc-async
grpc-async.0.2.0
grpc-eio
grpc-eio.0.2.0
+1 -1
packages/grpc-async/grpc-async.0.2.0/opam
···
"ocaml" {>= "4.11"}
"grpc" {= version}
"async" {>= "v0.16"}
-
"h2-async"
+
"h2-async" {< "0.13.0"}
"stringext"
"odoc" {with-doc}
]
+1 -1
packages/grpc-eio/grpc-eio.0.2.0/opam
···
depends: [
"dune" {>= "3.7"}
"grpc" {= version}
-
"h2-eio"
+
"h2-eio" {< "0.13.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.9.0"}
+
"h2" {>= "0.9.0" & < "0.13.0"}
"ppx_deriving"
"odoc" {with-doc}
]
+1 -1
packages/grpc/grpc.0.2.0/opam
···
"dune" {>= "3.7"}
"ocaml" {>= "4.08"}
"uri" {>= "4.0.0"}
-
"h2" {>= "0.9.0"}
+
"h2" {>= "0.9.0" & < "0.13.0"}
"ppx_deriving"
"odoc" {with-doc}
]