this repo has no description

Add h2 lower bounds in preparation for 0.9.0

Changed files
+17 -17
packages
h2-lwt
h2-lwt.0.8.0
http-lwt-client
http-lwt-client.0.0.1
http-lwt-client.0.0.2
http-lwt-client.0.0.3
http-lwt-client.0.0.4
http-lwt-client.0.0.5
http-lwt-client.0.0.6
paf
paf.0.0.2
paf.0.0.3
paf.0.0.4
paf.0.0.5
paf.0.0.6
paf.0.0.7
paf.0.0.8
paf.0.0.8-1
paf.0.0.9
+1 -1
packages/h2-lwt/h2-lwt.0.8.0/opam
···
]
depends: [
"ocaml" {>= "4.06"}
-
"h2" {>= version}
+
"h2" {= version}
"dune" {>= "1.7"}
"lwt"
"gluten-lwt" {>= "0.2.1"}
+1 -1
packages/http-lwt-client/http-lwt-client.0.0.1/opam
···
"fmt"
"bos"
"happy-eyeballs-lwt"
-
"h2" {>= "0.8.0"}
+
"h2" {>= "0.8.0" & < "0.9.0"}
]
build: [
["dune" "subst"] {dev}
+1 -1
packages/http-lwt-client/http-lwt-client.0.0.2/opam
···
"fmt"
"bos"
"happy-eyeballs-lwt"
-
"h2" {>= "0.8.0"}
+
"h2" {>= "0.8.0" & < "0.9.0"}
]
build: [
["dune" "subst"] {dev}
+1 -1
packages/http-lwt-client/http-lwt-client.0.0.3/opam
···
"fmt"
"bos"
"happy-eyeballs-lwt"
-
"h2" {>= "0.8.0"}
+
"h2" {>= "0.8.0" & < "0.9.0"}
]
build: [
["dune" "subst"] {dev}
+1 -1
packages/http-lwt-client/http-lwt-client.0.0.4/opam
···
"fmt"
"bos"
"happy-eyeballs-lwt"
-
"h2" {>= "0.8.0"}
+
"h2" {>= "0.8.0" & < "0.9.0"}
]
conflicts: [ "result" {< "1.5"} ]
build: [
+1 -1
packages/http-lwt-client/http-lwt-client.0.0.5/opam
···
"fmt"
"bos"
"happy-eyeballs-lwt"
-
"h2" {>= "0.8.0"}
+
"h2" {>= "0.8.0" & < "0.9.0"}
]
conflicts: [ "result" {< "1.5"} ]
build: [
+1 -1
packages/http-lwt-client/http-lwt-client.0.0.6/opam
···
"fmt"
"bos"
"happy-eyeballs-lwt"
-
"h2" {>= "0.8.0"}
+
"h2" {>= "0.8.0" & < "0.9.0"}
]
conflicts: [ "result" {< "1.5"} ]
build: [
+1 -1
packages/paf/paf.0.0.2/opam
···
"bigstringaf" {>= "0.7.0"}
"domain-name" {>= "0.3.0"}
"httpaf" {>= "0.7.1"}
-
"h2" {>= "0.7.0"}
+
"h2" {>= "0.7.0" & < "0.9.0"}
"duration" {>= "0.1.3"}
"faraday" {>= "0.7.2"}
"ipaddr" {>= "5.0.1"}
+1 -1
packages/paf/paf.0.0.3/opam
···
"bigstringaf" {>= "0.7.0"}
"domain-name" {>= "0.3.0"}
"httpaf" {>= "0.7.1"}
-
"h2" {>= "0.7.0"}
+
"h2" {>= "0.7.0" & < "0.9.0"}
"duration" {>= "0.1.3"}
"faraday" {>= "0.7.2"}
"ipaddr" {>= "5.0.1"}
+1 -1
packages/paf/paf.0.0.4/opam
···
"alcotest-lwt" {with-test}
"bigstringaf" {>= "0.7.0"}
"httpaf" {>= "0.7.1"}
-
"h2" {>= "0.7.0"}
+
"h2" {>= "0.7.0" & < "0.9.0"}
"faraday" {>= "0.7.2"}
"tls" {>= "0.13.0" & < "0.14.0"}
]
+1 -1
packages/paf/paf.0.0.5/opam
···
"alcotest-lwt" {with-test}
"bigstringaf" {>= "0.7.0"}
"httpaf" {>= "0.7.1"}
-
"h2" {>= "0.7.0"}
+
"h2" {>= "0.7.0" & < "0.9.0"}
"faraday" {>= "0.7.2"}
"tls" {>= "0.14.0" & < "0.15.0"}
"cstruct" {>= "6.0.0"}
+1 -1
packages/paf/paf.0.0.6/opam
···
"alcotest-lwt" {with-test}
"bigstringaf" {>= "0.7.0"}
"httpaf" {>= "0.7.1"}
-
"h2" {>= "0.7.0"}
+
"h2" {>= "0.7.0" & < "0.9.0"}
"faraday" {>= "0.7.2"}
"tls" {>= "0.15.0"}
"cstruct" {>= "6.0.0"}
+2 -2
packages/paf/paf.0.0.7/opam
···
"ocaml" {>= "4.08.0"}
"dune" {>= "2.0.0"}
"mirage-stack" {>= "3.0.0"}
-
"mirage-time" {>= "2.0.0"}
+
"mirage-time" {>= "2.0.0"}
"tls-mirage" {>= "0.15.0"}
"mimic"
"ke" {>= "0.4"}
···
"alcotest-lwt" {with-test}
"bigstringaf" {>= "0.7.0"}
"httpaf" {>= "0.7.1"}
-
"h2" {>= "0.7.0"}
+
"h2" {>= "0.7.0" & < "0.9.0"}
"faraday" {>= "0.7.2"}
"tls" {>= "0.15.0"}
"cstruct" {>= "6.0.0"}
+1 -1
packages/paf/paf.0.0.8-1/opam
···
"alcotest-lwt" {with-test}
"bigstringaf" {>= "0.7.0"}
"httpaf" {>= "0.7.1"}
-
"h2" {>= "0.7.0"}
+
"h2" {>= "0.7.0" & < "0.9.0"}
"faraday" {>= "0.7.2"}
"tls" {>= "0.15.0"}
"cstruct" {>= "6.0.0"}
+1 -1
packages/paf/paf.0.0.8/opam
···
"alcotest-lwt" {with-test}
"bigstringaf" {>= "0.7.0"}
"httpaf" {>= "0.7.1"}
-
"h2" {>= "0.7.0"}
+
"h2" {>= "0.7.0" & < "0.9.0"}
"faraday" {>= "0.7.2"}
"tls" {>= "0.15.0"}
"cstruct" {>= "6.0.0"}
+1 -1
packages/paf/paf.0.0.9/opam
···
"alcotest-lwt" {with-test}
"bigstringaf" {>= "0.7.0"}
"httpaf" {>= "0.7.1"}
-
"h2" {>= "0.7.0"}
+
"h2" {>= "0.7.0" & < "0.9.0"}
"faraday" {>= "0.7.2"}
"tls" {>= "0.15.0"}
"cstruct" {>= "6.0.0"}