this repo has no description

h2-async: add constraints on gluten

Changed files
+2 -2
packages
h2-async
h2-async.0.6.1
h2-async.0.9.0
+1 -1
packages/h2-async/h2-async.0.6.1/opam
···
"dune" {>= "1.7"}
"faraday-async"
"async" {< "v0.14"}
-
"gluten-async"
+
"gluten-async" {< "0.3.0"}
"h2" {>= version & < "0.8"}
]
depopts: ["async_ssl"]
+1 -1
packages/h2-async/h2-async.0.9.0/opam
···
"dune" {>= "1.7"}
"faraday-async" {>= "0.8.2"}
"async" {>= "v0.15.0"}
-
"gluten-async" {>= "0.3.0"}
+
"gluten-async" {>= "0.3.0" & < "0.4.0"}
"h2" {= version}
]
depopts: ["async_ssl"]