this repo has no description

Merge pull request #27203 from lukstafi/master

arrayjit, neural_nets_lib: revdeps failures for ppx_minidebug.2.0.3

Changed files
+23 -13
packages
arrayjit
arrayjit.0.3.3
arrayjit.0.4.0
arrayjit.0.4.1
neural_nets_lib
neural_nets_lib.0.3.3
neural_nets_lib.0.4.0
neural_nets_lib.0.4.1
+4 -2
packages/arrayjit/arrayjit.0.3.3/opam
···
homepage: "https://github.com/lukstafi/ocannl"
doc: "https://github.com/lukstafi/ocannl/blob/master/README.md"
bug-reports: "https://github.com/lukstafi/ocannl/issues"
+
x-maintenance-intent: "(latest)"
+
flags: [ deprecated ]
depends: [
"ocaml" {>= "5.1.0"}
"dune" {>= "3.11"}
···
"ctypes" {>= "0.20"}
"ctypes-foreign" {>= "0.20"}
"gccjit" {>= "0.3.2"}
-
"printbox"
-
"printbox-text"
+
"printbox" {< "0.12"}
+
"printbox-text" {< "0.12"}
"ocannl_npy"
"stdio"
"num"
+5 -3
packages/arrayjit/arrayjit.0.4.0/opam
···
homepage: "https://github.com/lukstafi/ocannl"
doc: "https://github.com/lukstafi/ocannl/blob/master/README.md"
bug-reports: "https://github.com/lukstafi/ocannl/issues"
+
flags: [ deprecated ]
+
x-maintenance-intent: ["(latest)"]
depends: [
"ocaml" {>= "5.1.0"}
"dune" {>= "3.11"}
···
"core"
"ctypes" {>= "0.20"}
"ctypes-foreign" {>= "0.20"}
-
"printbox"
-
"printbox-text"
+
"printbox" {< "0.12"}
+
"printbox-text" {< "0.12"}
"ocannl_npy"
"stdio"
"num"
"ppxlib"
"ppx_jane"
"ppx_expect"
-
"ppx_minidebug" {>= "2.0.0"}
+
"ppx_minidebug" {>= "2.0.0" & < "2.0.3"}
"odoc" {with-doc}
]
depopts: [
+1
packages/arrayjit/arrayjit.0.4.1/opam
···
homepage: "https://github.com/lukstafi/ocannl"
doc: "https://github.com/lukstafi/ocannl/blob/master/README.md"
bug-reports: "https://github.com/lukstafi/ocannl/issues"
+
x-maintenance-intent: ["(latest)"]
depends: [
"ocaml" {>= "5.2.0"}
"dune" {>= "3.11"}
+4 -2
packages/neural_nets_lib/neural_nets_lib.0.3.3/opam
···
homepage: "https://github.com/lukstafi/ocannl"
doc: "https://github.com/lukstafi/ocannl/blob/master/README.md"
bug-reports: "https://github.com/lukstafi/ocannl/issues"
+
x-maintenance-intent: ["(latest)"]
+
flags: [ deprecated ]
depends: [
"ocaml" {>= "5.1.0"}
"dune" {>= "3.11"}
"base"
"core"
"arrayjit" {= "0.3.3"}
-
"printbox"
-
"printbox-text"
+
"printbox" {< "0.12"}
+
"printbox-text" {< "0.12"}
"ocannl_npy"
"angstrom" {>= "0.15"}
"stdio"
+5 -3
packages/neural_nets_lib/neural_nets_lib.0.4.0/opam
···
homepage: "https://github.com/lukstafi/ocannl"
doc: "https://github.com/lukstafi/ocannl/blob/master/README.md"
bug-reports: "https://github.com/lukstafi/ocannl/issues"
+
x-maintenance-intent: ["(latest)"]
+
flags: [ deprecated ]
depends: [
"ocaml" {>= "5.1.0"}
"dune" {>= "3.11"}
"base"
"core"
"arrayjit" {= "0.4.0"}
-
"printbox"
-
"printbox-text"
+
"printbox" {< "0.12"}
+
"printbox-text" {< "0.12"}
"ocannl_npy"
"angstrom" {>= "0.15"}
"stdio"
···
"ppxlib"
"ppx_jane"
"ppx_expect"
-
"ppx_minidebug" {>= "2.0.0"}
+
"ppx_minidebug" {>= "2.0.0" & < "2.0.3"}
"patdiff" {>= "v0.15.0"}
"odoc" {with-doc}
"md2mld" {with-doc}
+4 -3
packages/neural_nets_lib/neural_nets_lib.0.4.1/opam
···
homepage: "https://github.com/lukstafi/ocannl"
doc: "https://github.com/lukstafi/ocannl/blob/master/README.md"
bug-reports: "https://github.com/lukstafi/ocannl/issues"
+
x-maintenance-intent: ["(latest)"]
depends: [
"ocaml" {>= "5.2.0"}
"dune" {>= "3.11"}
"base" {>= "v0.17.0"}
"core" {>= "v0.17.0"}
"arrayjit" {>= "0.4.1"}
-
"printbox"
-
"printbox-text"
+
"printbox" {< "0.12"}
+
"printbox-text" {< "0.12"}
"ocannl_npy"
"angstrom" {>= "0.15"}
"stdio"
···
"ppxlib"
"ppx_jane"
"ppx_expect"
-
"ppx_minidebug" {>= "2.0.0"}
+
"ppx_minidebug" {>= "2.0.0" & < "2.0.3"}
"patdiff" {>= "v0.15.0"}
"odoc" {with-doc}
"md2mld" {with-doc}