this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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)

authored by

Marcello Seri and committed by
GitHub
b7a47445 486d12d8

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