this repo has no description
0
fork

Configure Feed

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

Merge pull request #25369 from raphael-proust/mdx-breaking-change-fix

Add mdx constraints bc breaking changes

authored by

Marcello Seri and committed by
GitHub
3bccb348 dad62339

+28 -24
+1 -1
packages/capnp-rpc-unix/capnp-rpc-unix.1.2.3/opam
··· 23 23 "alcotest" {>= "1.6.0" & with-test} 24 24 "alcotest-lwt" { >= "1.6.0" & with-test} 25 25 "mirage-crypto-rng-lwt" {>= "0.11.0"} 26 - "mdx" {>= "2.2.1" & with-test} 26 + "mdx" {with-test & >= "2.2.1" & < "2.4"} 27 27 "lwt" {>= "5.6.1"} 28 28 "asetmap" {with-test} 29 29 ]
+1 -1
packages/current_examples/current_examples.0.6.1/opam
··· 40 40 "uri" {>= "4.0.0"} 41 41 "yojson" {>= "1.7.0"} 42 42 "prometheus-app" {>= "1.0" & < "1.2"} 43 - "mdx" {with-test} 43 + "mdx" {with-test & < "2.4"} 44 44 ] 45 45 build: [ 46 46 ["dune" "build" "-p" name "-j" jobs]
+1 -1
packages/current_examples/current_examples.0.6.2/opam
··· 41 41 "uri" {>= "4.0.0"} 42 42 "yojson" {>= "1.7.0"} 43 43 "prometheus-app" {>= "1.2"} 44 - "mdx" {with-test} 44 + "mdx" {with-test & < "2.4"} 45 45 ] 46 46 build: [ 47 47 ["dune" "build" "-p" name "-j" jobs]
+1 -1
packages/current_examples/current_examples.0.6.4/opam
··· 42 42 "routes" {>= "2.0.0"} 43 43 "uri" {>= "4.0.0"} 44 44 "yojson" {>= "1.7.0"} 45 - "mdx" {with-test} 45 + "mdx" {with-test & < "2.4"} 46 46 "odoc" {with-doc} 47 47 ] 48 48 build: [
+1 -1
packages/current_examples/current_examples.0.6.6/opam
··· 70 70 "routes" {>= "2.0.0"} 71 71 "uri" {>= "4.0.0"} 72 72 "yojson" {>= "1.7.0"} 73 - "mdx" {with-test} 73 + "mdx" {with-test & < "2.4"} 74 74 "odoc" {with-doc} 75 75 ] 76 76 build: [
+1 -1
packages/current_examples/current_examples.0.6/opam
··· 40 40 "uri" {>= "4.0.0"} 41 41 "yojson" {>= "1.7.0"} 42 42 "prometheus-app" {>= "1.0" & < "1.2"} 43 - "mdx" {with-test} 43 + "mdx" {with-test & < "2.4"} 44 44 ] 45 45 build: [ 46 46 ["dune" "build" "-p" name "-j" jobs]
+1 -1
packages/dkml-c-probe/dkml-c-probe.3.0.0/opam
··· 16 16 "dune" {>= "2.9"} 17 17 "ocaml" {>= "4.12.1"} 18 18 "ounit2" {>= "2.2.0" & with-test} 19 - "mdx" {>= "2.0.0" & with-test} 19 + "mdx" {with-test & >= "2.0.0" & < "2.4"} 20 20 "dune-configurator" {>= "2.9" & build} 21 21 "odoc" {with-doc} 22 22 ]
+1 -1
packages/eio_linux/eio_linux.0.11/opam
··· 11 11 "dune" {>= "3.9"} 12 12 "alcotest" {>= "1.4.0" & with-test} 13 13 "eio" {= version} 14 - "mdx" {>= "2.2.0" & with-test} 14 + "mdx" {with-test & >= "2.2.0" & < "2.4"} 15 15 "logs" {>= "0.7.0"} 16 16 "fmt" {>= "0.8.9"} 17 17 "cmdliner" {>= "1.1.0" & with-test}
+1
packages/eio_luv/eio_luv.0.6/opam
··· 12 12 "eio" {= version} 13 13 "luv" {>= "0.5.11"} 14 14 "luv_unix" {>= "0.5.0"} 15 + "mdx" {with-test & >= "1.10.0" & < "2.4"} 15 16 "logs" {>= "0.7.0"} 16 17 "fmt" {>= "0.8.9"} 17 18 "odoc" {with-doc}
+1
packages/eio_luv/eio_luv.0.7/opam
··· 12 12 "eio" {= version} 13 13 "luv" {>= "0.5.11"} 14 14 "luv_unix" {>= "0.5.0"} 15 + "mdx" {with-test & >= "1.10.0" & < "2.4"} 15 16 "logs" {>= "0.7.0"} 16 17 "fmt" {>= "0.8.9"} 17 18 "odoc" {with-doc}
+1
packages/eio_luv/eio_luv.0.8.1/opam
··· 12 12 "eio" {= version} 13 13 "luv" {>= "0.5.11"} 14 14 "luv_unix" {>= "0.5.0"} 15 + "mdx" {with-test & >= "1.10.0" & < "2.4"} 15 16 "fmt" {>= "0.8.9"} 16 17 "odoc" {with-doc} 17 18 ]
+1
packages/eio_luv/eio_luv.0.9/opam
··· 12 12 "eio" {= version} 13 13 "luv" {>= "0.5.11"} 14 14 "luv_unix" {>= "0.5.0"} 15 + "mdx" {with-test & >= "2.2.0" & < "2.4"} 15 16 "fmt" {>= "0.8.9"} 16 17 "odoc" {with-doc} 17 18 ]
+1 -1
packages/irmin-cli/irmin-cli.3.4.0/opam
··· 47 47 "lwt" {>= "5.3.0"} 48 48 "irmin-test" {with-test & = version} 49 49 "alcotest" {with-test} 50 - "mdx" {>= "2.0.0" & with-test} 50 + "mdx" {with-test & >= "2.0.0" & < "2.4"} 51 51 ] 52 52 53 53 synopsis: "CLI for Irmin"
+1 -1
packages/irmin-cli/irmin-cli.3.4.1/opam
··· 47 47 "lwt" {>= "5.3.0"} 48 48 "irmin-test" {with-test & = version} 49 49 "alcotest" {with-test} 50 - "mdx" {>= "2.0.0" & with-test} 50 + "mdx" {with-test & >= "2.0.0" & < "2.4"} 51 51 ] 52 52 53 53 synopsis: "CLI for Irmin"
+1 -1
packages/irmin-cli/irmin-cli.3.4.2/opam
··· 47 47 "lwt" {>= "5.3.0"} 48 48 "irmin-test" {with-test & = version} 49 49 "alcotest" {with-test} 50 - "mdx" {>= "2.0.0" & with-test} 50 + "mdx" {with-test & >= "2.0.0" & < "2.4"} 51 51 ] 52 52 53 53 synopsis: "CLI for Irmin"
+1 -1
packages/irmin-cli/irmin-cli.3.4.3/opam
··· 47 47 "lwt" {>= "5.3.0"} 48 48 "irmin-test" {with-test & = version} 49 49 "alcotest" {with-test} 50 - "mdx" {>= "2.0.0" & with-test} 50 + "mdx" {with-test & >= "2.0.0" & < "2.4"} 51 51 ] 52 52 53 53 synopsis: "CLI for Irmin"
+1 -1
packages/irmin-cli/irmin-cli.3.5.0/opam
··· 47 47 "lwt" {>= "5.3.0"} 48 48 "irmin-test" {with-test & = version} 49 49 "alcotest" {with-test} 50 - "mdx" {>= "2.0.0" & with-test} 50 + "mdx" {with-test & >= "2.0.0" & < "2.4"} 51 51 ] 52 52 53 53 synopsis: "CLI for Irmin"
+1 -1
packages/irmin-cli/irmin-cli.3.5.1/opam
··· 47 47 "lwt" {>= "5.3.0"} 48 48 "irmin-test" {with-test & = version} 49 49 "alcotest" {with-test} 50 - "mdx" {>= "2.0.0" & with-test} 50 + "mdx" {with-test & >= "2.0.0" & < "2.4"} 51 51 ] 52 52 53 53 synopsis: "CLI for Irmin"
+1 -1
packages/irmin-cli/irmin-cli.3.5.2/opam
··· 47 47 "lwt" {>= "5.3.0"} 48 48 "irmin-test" {with-test & = version} 49 49 "alcotest" {with-test} 50 - "mdx" {>= "2.0.0" & with-test} 50 + "mdx" {with-test & >= "2.0.0" & < "2.4"} 51 51 ] 52 52 53 53 synopsis: "CLI for Irmin"
+1 -1
packages/irmin-cli/irmin-cli.3.6.0/opam
··· 47 47 "lwt" {>= "5.3.0"} 48 48 "irmin-test" {with-test & = version} 49 49 "alcotest" {with-test} 50 - "mdx" {>= "2.0.0" & with-test} 50 + "mdx" {with-test & >= "2.0.0" & < "2.4"} 51 51 ] 52 52 53 53 synopsis: "CLI for Irmin"
+1 -1
packages/irmin-cli/irmin-cli.3.6.1/opam
··· 47 47 "lwt" {>= "5.3.0"} 48 48 "irmin-test" {with-test & = version} 49 49 "alcotest" {with-test} 50 - "mdx" {>= "2.0.0" & with-test} 50 + "mdx" {with-test & >= "2.0.0" & < "2.4"} 51 51 ] 52 52 53 53 synopsis: "CLI for Irmin"
+1 -1
packages/irmin-cli/irmin-cli.3.7.0/opam
··· 47 47 "lwt" {>= "5.3.0"} 48 48 "irmin-test" {with-test & = version} 49 49 "alcotest" {with-test} 50 - "mdx" {>= "2.0.0" & with-test} 50 + "mdx" {with-test & >= "2.0.0" & < "2.4"} 51 51 ] 52 52 53 53 synopsis: "CLI for Irmin"
+1 -1
packages/irmin-cli/irmin-cli.3.7.1/opam
··· 47 47 "lwt" {>= "5.3.0"} 48 48 "irmin-test" {with-test & = version} 49 49 "alcotest" {with-test} 50 - "mdx" {>= "2.0.0" & with-test} 50 + "mdx" {with-test & >= "2.0.0" & < "2.4"} 51 51 ] 52 52 53 53 synopsis: "CLI for Irmin"
+1 -1
packages/irmin-cli/irmin-cli.3.7.2/opam
··· 47 47 "lwt" {>= "5.3.0"} 48 48 "irmin-test" {with-test & = version} 49 49 "alcotest" {with-test} 50 - "mdx" {>= "2.0.0" & with-test} 50 + "mdx" {with-test & >= "2.0.0" & < "2.4"} 51 51 ] 52 52 53 53 synopsis: "CLI for Irmin"
+1 -1
packages/irmin-unix/irmin-unix.3.2.1/opam
··· 47 47 "lwt" {>= "5.3.0"} 48 48 "irmin-test" {with-test & = version} 49 49 "alcotest" {with-test} 50 - "mdx" {>= "2.0.0" & with-test} 50 + "mdx" {with-test & >= "2.0.0" & < "2.4"} 51 51 ] 52 52 53 53 synopsis: "Unix backends for Irmin"
+1 -1
packages/irmin-unix/irmin-unix.3.2.2/opam
··· 47 47 "lwt" {>= "5.3.0"} 48 48 "irmin-test" {with-test & = version} 49 49 "alcotest" {with-test} 50 - "mdx" {>= "2.0.0" & with-test} 50 + "mdx" {with-test & >= "2.0.0" & < "2.4"} 51 51 ] 52 52 53 53 synopsis: "Unix backends for Irmin"
+1 -1
packages/irmin-unix/irmin-unix.3.3.1/opam
··· 47 47 "lwt" {>= "5.3.0"} 48 48 "irmin-test" {with-test & = version} 49 49 "alcotest" {with-test} 50 - "mdx" {>= "2.0.0" & with-test} 50 + "mdx" {with-test & >= "2.0.0" & < "2.4"} 51 51 ] 52 52 53 53 synopsis: "Unix backends for Irmin"
+1 -1
packages/irmin-unix/irmin-unix.3.3.2/opam
··· 47 47 "lwt" {>= "5.3.0"} 48 48 "irmin-test" {with-test & = version} 49 49 "alcotest" {with-test} 50 - "mdx" {>= "2.0.0" & with-test} 50 + "mdx" {with-test & >= "2.0.0" & < "2.4"} 51 51 ] 52 52 53 53 synopsis: "Unix backends for Irmin"