this repo has no description

Merge pull request #26436 from lukstafi/master

arrayjit, neural_nets_lib: upper bind ppx_minidebug

Changed files
+2 -2
packages
arrayjit
arrayjit.0.3.3
neural_nets_lib
neural_nets_lib.0.3.3
+1 -1
packages/arrayjit/arrayjit.0.3.3/opam
···
"ppxlib"
"ppx_jane"
"ppx_expect"
-
"ppx_minidebug" {>= "1.5"}
"odoc" {with-doc}
]
depopts: ["cudajit"]
···
"ppxlib"
"ppx_jane"
"ppx_expect"
+
"ppx_minidebug" {>= "1.5" & < "2.0.0"}
"odoc" {with-doc}
]
depopts: ["cudajit"]
+1 -1
packages/neural_nets_lib/neural_nets_lib.0.3.3/opam
···
"ppxlib"
"ppx_jane"
"ppx_expect"
-
"ppx_minidebug" {>= "1.5"}
"odoc" {with-doc}
"md2mld" {with-doc}
]
···
"ppxlib"
"ppx_jane"
"ppx_expect"
+
"ppx_minidebug" {>= "1.5" & < "2.0.0"}
"odoc" {with-doc}
"md2mld" {with-doc}
]