this repo has no description
0
fork

Configure Feed

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

Merge pull request #25459 from Leonidas-from-XIV/mdx-revdep-failures

Fix some MDX 2.4 revdep failures

authored by

Marcello Seri and committed by
GitHub
26a105a0 4eb17878

+8 -8
+1 -1
packages/castore/castore.0.0.2/opam
··· 10 10 "ocaml" {>= "5.1"} 11 11 "dune" {>= "3.11"} 12 12 "x509" {with-test} 13 - "mdx" {with-test} 13 + "mdx" {with-test & < "2.4"} 14 14 "odoc" {with-doc} 15 15 ] 16 16 build: [
+1 -1
packages/eio_main/eio_main.0.10/opam
··· 9 9 bug-reports: "https://github.com/ocaml-multicore/eio/issues" 10 10 depends: [ 11 11 "dune" {>= "3.7"} 12 - "mdx" {>= "2.2.0" & with-test} 12 + "mdx" {>= "2.2.0" & < "2.4" & with-test} 13 13 "kcas" {>= "0.3.0" & < "0.7.0" & with-test} 14 14 "yojson" {>= "2.0.2" & with-test} 15 15 "eio_linux" {= version & os = "linux"}
+1 -1
packages/eio_main/eio_main.0.11/opam
··· 9 9 bug-reports: "https://github.com/ocaml-multicore/eio/issues" 10 10 depends: [ 11 11 "dune" {>= "3.9"} 12 - "mdx" {>= "2.2.0" & with-test} 12 + "mdx" {>= "2.2.0" & < "2.4" & with-test} 13 13 "kcas" {>= "0.3.0" & < "0.7.0" & with-test} 14 14 "yojson" {>= "2.0.2" & with-test} 15 15 "eio_linux" {= version & os = "linux"}
+1 -1
packages/eio_main/eio_main.0.12/opam
··· 9 9 bug-reports: "https://github.com/ocaml-multicore/eio/issues" 10 10 depends: [ 11 11 "dune" {>= "3.9"} 12 - "mdx" {>= "2.2.0" & with-test} 12 + "mdx" {>= "2.2.0" & < "2.4" & with-test} 13 13 "kcas" {>= "0.3.0" & < "0.7.0" & with-test} 14 14 "yojson" {>= "2.0.2" & with-test} 15 15 "eio_linux" {= version & os = "linux"}
+1 -1
packages/eio_main/eio_main.0.13/opam
··· 9 9 bug-reports: "https://github.com/ocaml-multicore/eio/issues" 10 10 depends: [ 11 11 "dune" {>= "3.9"} 12 - "mdx" {>= "2.2.0" & with-test} 12 + "mdx" {>= "2.2.0" & < "2.4" & with-test} 13 13 "kcas" {>= "0.3.0" & < "0.7.0" & with-test} 14 14 "yojson" {>= "2.0.2" & with-test} 15 15 "eio_linux"
+1 -1
packages/eio_main/eio_main.0.14/opam
··· 9 9 bug-reports: "https://github.com/ocaml-multicore/eio/issues" 10 10 depends: [ 11 11 "dune" {>= "3.9"} 12 - "mdx" {>= "2.2.0" & with-test} 12 + "mdx" {>= "2.2.0" & < "2.4" & with-test} 13 13 "kcas" {>= "0.3.0" & < "0.7.0" & with-test} 14 14 "yojson" {>= "2.0.2" & with-test} 15 15 "eio_linux"
+2 -2
packages/eio_main/eio_main.0.15/opam
··· 9 9 bug-reports: "https://github.com/ocaml-multicore/eio/issues" 10 10 depends: [ 11 11 "dune" {>= "3.9"} 12 - "mdx" {>= "2.2.0" & with-test} 13 - "kcas" {>= "0.3.0" & with-test} 12 + "mdx" {>= "2.2.0" & < "2.4" & with-test} 13 + "kcas" {>= "0.3.0" & < "0.7.0" & with-test} 14 14 "yojson" {>= "2.0.2" & with-test} 15 15 "eio_linux" 16 16 {= version & os = "linux" &