this repo has no description

h2 and h2-mirage: fix lower bounds on gluten and base64

Changed files
+9 -9
packages
h2
h2.0.5.0
h2.0.6.0
h2.0.6.1
h2.0.7.0
h2.0.8.0
h2-mirage
h2-mirage.0.6.1
h2-mirage.0.8.0
+2 -2
packages/h2-mirage/h2-mirage.0.6.1/opam
···
"ocaml" {>= "4.06"}
"faraday-lwt"
"h2-lwt" {>= version}
-
"gluten-lwt" {>= "0.2.0"}
+
"gluten-lwt" {>= "0.2.0" & < "0.3.0"}
"dune" {>= "1.7"}
"lwt"
-
"gluten-mirage"
+
"gluten-mirage" {< "0.3.0"}
"conduit-mirage" {>= "2.0.2" & < "2.3.0"}
"mirage-flow" {>= "2.0.0"}
"cstruct"
+2 -2
packages/h2-mirage/h2-mirage.0.8.0/opam
···
"ocaml" {>= "4.06"}
"faraday-lwt"
"h2-lwt" {>= version}
-
"gluten-lwt" {>= "0.2.0"}
+
"gluten-lwt" {>= "0.2.0" & < "0.3.0"}
"dune" {>= "1.7"}
"lwt"
-
"gluten-mirage"
+
"gluten-mirage" {< "0.3.0"}
"conduit-mirage" {>= "2.0.2"}
"mirage-flow" {>= "2.0.0"}
"cstruct"
+1 -1
packages/h2/h2.0.5.0/opam
···
"alcotest" {with-test}
"yojson" {with-test}
"hex" {with-test}
-
"base64"
+
"base64" {>= "3.0.0"}
"bigstringaf" {>= "0.5.0"}
"angstrom" {>= "0.11.2" & < "0.14.0"}
"faraday" {>= "0.5.0"}
+1 -1
packages/h2/h2.0.6.0/opam
···
"alcotest" {with-test}
"yojson" {with-test}
"hex" {with-test}
-
"base64"
+
"base64" {>= "3.0.0"}
"bigstringaf" {>= "0.5.0"}
"angstrom" {>= "0.14.0"}
"faraday" {>= "0.5.0"}
+1 -1
packages/h2/h2.0.6.1/opam
···
"alcotest" {with-test}
"yojson" {with-test}
"hex" {with-test}
-
"base64"
+
"base64" {>= "3.0.0"}
"bigstringaf" {>= "0.5.0"}
"angstrom" {>= "0.14.0"}
"faraday" {>= "0.5.0"}
+1 -1
packages/h2/h2.0.7.0/opam
···
"alcotest" {with-test}
"yojson" {with-test}
"hex" {with-test}
-
"base64"
+
"base64" {>= "3.0.0"}
"bigstringaf" {>= "0.5.0"}
"angstrom" {>= "0.14.0"}
"faraday" {>= "0.5.0"}
+1 -1
packages/h2/h2.0.8.0/opam
···
"alcotest" {with-test}
"yojson" {with-test}
"hex" {with-test}
-
"base64"
+
"base64" {>= "3.0.0"}
"bigstringaf" {>= "0.5.0"}
"angstrom" {>= "0.14.0"}
"faraday" {>= "0.5.0"}