this repo has no description

Merge pull request #26538 from kit-ty-kate/hpack-ocaml-5.3

hpack < 0.13 is not compatible with OCaml 5.3 (compiler-libs change)

Changed files
+6 -6
packages
hpack
hpack.0.1.0
hpack.0.10.0
hpack.0.11.0
hpack.0.12.0
hpack.0.2.0
hpack.0.9.0
+1 -1
packages/hpack/hpack.0.1.0/opam
···
dev-repo: "git+https://github.com/anmonteiro/ocaml-h2.git"
doc: "https://anmonteiro.github.io/ocaml-h2/"
depends: [
-
"ocaml" {>= "4.04"}
+
"ocaml" {>= "4.04" & < "5.3"}
"dune" {>= "1.7"}
"yojson" {with-test}
"hex" {with-test}
+1 -1
packages/hpack/hpack.0.10.0/opam
···
bug-reports: "https://github.com/anmonteiro/ocaml-h2/issues"
depends: [
"dune" {>= "2.7"}
-
"ocaml" {>= "4.08.0"}
+
"ocaml" {>= "4.08.0" & < "5.3"}
"angstrom"
"faraday" {>= "0.7.3"}
"yojson" {with-test}
+1 -1
packages/hpack/hpack.0.11.0/opam
···
bug-reports: "https://github.com/anmonteiro/ocaml-h2/issues"
depends: [
"dune" {>= "2.7"}
-
"ocaml" {>= "4.08.0"}
+
"ocaml" {>= "4.08.0" & < "5.3"}
"angstrom"
"faraday" {>= "0.7.3"}
"yojson" {with-test}
+1 -1
packages/hpack/hpack.0.12.0/opam
···
bug-reports: "https://github.com/anmonteiro/ocaml-h2/issues"
depends: [
"dune" {>= "2.7"}
-
"ocaml" {>= "4.08.0"}
+
"ocaml" {>= "4.08.0" & < "5.3"}
"angstrom"
"faraday" {>= "0.7.3"}
"yojson" {with-test}
+1 -1
packages/hpack/hpack.0.2.0/opam
···
dev-repo: "git+https://github.com/anmonteiro/ocaml-h2.git"
doc: "https://anmonteiro.github.io/ocaml-h2/"
depends: [
-
"ocaml" {>= "4.04"}
+
"ocaml" {>= "4.04" & < "5.3"}
"dune" {>= "1.7"}
"yojson" {with-test}
"hex" {with-test}
+1 -1
packages/hpack/hpack.0.9.0/opam
···
dev-repo: "git+https://github.com/anmonteiro/ocaml-h2.git"
doc: "https://anmonteiro.github.io/ocaml-h2/"
depends: [
-
"ocaml" {>= "4.04"}
+
"ocaml" {>= "4.04" & < "5.3"}
"dune" {>= "1.7"}
"yojson" {with-test}
"hex" {with-test}