this repo has no description
0
fork

Configure Feed

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

Merge pull request #27203 from lukstafi/master

arrayjit, neural_nets_lib: revdeps failures for ppx_minidebug.2.0.3

authored by

Marcello Seri and committed by
GitHub
cd5853b9 306c328a

+23 -13
+4 -2
packages/arrayjit/arrayjit.0.3.3/opam
··· 11 11 homepage: "https://github.com/lukstafi/ocannl" 12 12 doc: "https://github.com/lukstafi/ocannl/blob/master/README.md" 13 13 bug-reports: "https://github.com/lukstafi/ocannl/issues" 14 + x-maintenance-intent: "(latest)" 15 + flags: [ deprecated ] 14 16 depends: [ 15 17 "ocaml" {>= "5.1.0"} 16 18 "dune" {>= "3.11"} ··· 19 21 "ctypes" {>= "0.20"} 20 22 "ctypes-foreign" {>= "0.20"} 21 23 "gccjit" {>= "0.3.2"} 22 - "printbox" 23 - "printbox-text" 24 + "printbox" {< "0.12"} 25 + "printbox-text" {< "0.12"} 24 26 "ocannl_npy" 25 27 "stdio" 26 28 "num"
+5 -3
packages/arrayjit/arrayjit.0.4.0/opam
··· 11 11 homepage: "https://github.com/lukstafi/ocannl" 12 12 doc: "https://github.com/lukstafi/ocannl/blob/master/README.md" 13 13 bug-reports: "https://github.com/lukstafi/ocannl/issues" 14 + flags: [ deprecated ] 15 + x-maintenance-intent: ["(latest)"] 14 16 depends: [ 15 17 "ocaml" {>= "5.1.0"} 16 18 "dune" {>= "3.11"} ··· 18 20 "core" 19 21 "ctypes" {>= "0.20"} 20 22 "ctypes-foreign" {>= "0.20"} 21 - "printbox" 22 - "printbox-text" 23 + "printbox" {< "0.12"} 24 + "printbox-text" {< "0.12"} 23 25 "ocannl_npy" 24 26 "stdio" 25 27 "num" 26 28 "ppxlib" 27 29 "ppx_jane" 28 30 "ppx_expect" 29 - "ppx_minidebug" {>= "2.0.0"} 31 + "ppx_minidebug" {>= "2.0.0" & < "2.0.3"} 30 32 "odoc" {with-doc} 31 33 ] 32 34 depopts: [
+1
packages/arrayjit/arrayjit.0.4.1/opam
··· 11 11 homepage: "https://github.com/lukstafi/ocannl" 12 12 doc: "https://github.com/lukstafi/ocannl/blob/master/README.md" 13 13 bug-reports: "https://github.com/lukstafi/ocannl/issues" 14 + x-maintenance-intent: ["(latest)"] 14 15 depends: [ 15 16 "ocaml" {>= "5.2.0"} 16 17 "dune" {>= "3.11"}
+4 -2
packages/neural_nets_lib/neural_nets_lib.0.3.3/opam
··· 11 11 homepage: "https://github.com/lukstafi/ocannl" 12 12 doc: "https://github.com/lukstafi/ocannl/blob/master/README.md" 13 13 bug-reports: "https://github.com/lukstafi/ocannl/issues" 14 + x-maintenance-intent: ["(latest)"] 15 + flags: [ deprecated ] 14 16 depends: [ 15 17 "ocaml" {>= "5.1.0"} 16 18 "dune" {>= "3.11"} 17 19 "base" 18 20 "core" 19 21 "arrayjit" {= "0.3.3"} 20 - "printbox" 21 - "printbox-text" 22 + "printbox" {< "0.12"} 23 + "printbox-text" {< "0.12"} 22 24 "ocannl_npy" 23 25 "angstrom" {>= "0.15"} 24 26 "stdio"
+5 -3
packages/neural_nets_lib/neural_nets_lib.0.4.0/opam
··· 11 11 homepage: "https://github.com/lukstafi/ocannl" 12 12 doc: "https://github.com/lukstafi/ocannl/blob/master/README.md" 13 13 bug-reports: "https://github.com/lukstafi/ocannl/issues" 14 + x-maintenance-intent: ["(latest)"] 15 + flags: [ deprecated ] 14 16 depends: [ 15 17 "ocaml" {>= "5.1.0"} 16 18 "dune" {>= "3.11"} 17 19 "base" 18 20 "core" 19 21 "arrayjit" {= "0.4.0"} 20 - "printbox" 21 - "printbox-text" 22 + "printbox" {< "0.12"} 23 + "printbox-text" {< "0.12"} 22 24 "ocannl_npy" 23 25 "angstrom" {>= "0.15"} 24 26 "stdio" ··· 26 28 "ppxlib" 27 29 "ppx_jane" 28 30 "ppx_expect" 29 - "ppx_minidebug" {>= "2.0.0"} 31 + "ppx_minidebug" {>= "2.0.0" & < "2.0.3"} 30 32 "patdiff" {>= "v0.15.0"} 31 33 "odoc" {with-doc} 32 34 "md2mld" {with-doc}
+4 -3
packages/neural_nets_lib/neural_nets_lib.0.4.1/opam
··· 11 11 homepage: "https://github.com/lukstafi/ocannl" 12 12 doc: "https://github.com/lukstafi/ocannl/blob/master/README.md" 13 13 bug-reports: "https://github.com/lukstafi/ocannl/issues" 14 + x-maintenance-intent: ["(latest)"] 14 15 depends: [ 15 16 "ocaml" {>= "5.2.0"} 16 17 "dune" {>= "3.11"} 17 18 "base" {>= "v0.17.0"} 18 19 "core" {>= "v0.17.0"} 19 20 "arrayjit" {>= "0.4.1"} 20 - "printbox" 21 - "printbox-text" 21 + "printbox" {< "0.12"} 22 + "printbox-text" {< "0.12"} 22 23 "ocannl_npy" 23 24 "angstrom" {>= "0.15"} 24 25 "stdio" ··· 26 27 "ppxlib" 27 28 "ppx_jane" 28 29 "ppx_expect" 29 - "ppx_minidebug" {>= "2.0.0"} 30 + "ppx_minidebug" {>= "2.0.0" & < "2.0.3"} 30 31 "patdiff" {>= "v0.15.0"} 31 32 "odoc" {with-doc} 32 33 "md2mld" {with-doc}