Skip to content

Commit 2a842cf

Browse files
committed
ppxlib upper bound related changes for lukstafi's packages (ppx_minidebug)
1 parent d2b8b1c commit 2a842cf

File tree

3 files changed

+8
-6
lines changed
  • packages
    • arrayjit/arrayjit.0.5.2
    • neural_nets_lib/neural_nets_lib.0.5.2
    • ppx_minidebug/ppx_minidebug.2.2.0

3 files changed

+8
-6
lines changed

packages/arrayjit/arrayjit.0.5.2/opam

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ depends: [
2323
"sexplib"
2424
"num"
2525
"saturn_lockfree" {>= "0.5.0"}
26-
"ppxlib"
26+
"ppxlib" {>= "0.26.0" & < "0.36.0"}
2727
"ppx_compare"
2828
"ppx_hash"
2929
"ppx_here"
@@ -56,7 +56,8 @@ build: [
5656
"@doc" {with-doc}
5757
]
5858
]
59-
dev-repo: "git+https://github.com/lukstafi/ocannl.git"
59+
dev-repo: "git+https://github.com/ahrefs/ocannl.git"
60+
x-maintenance-intent: ["(latest)"]
6061
url {
6162
src: "https://github.com/ahrefs/ocannl/archive/refs/tags/0.5.2.tar.gz"
6263
checksum: [

packages/neural_nets_lib/neural_nets_lib.0.5.2/opam

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ depends: [
2424
"sexplib"
2525
"num"
2626
"time_now"
27-
"ppxlib"
27+
"ppxlib" {>= "0.26.0" & < "0.36.0"}
2828
"ppx_compare"
2929
"ppx_fields_conv"
3030
"ppx_hash"
@@ -51,7 +51,8 @@ build: [
5151
"@doc" {with-doc}
5252
]
5353
]
54-
dev-repo: "git+https://github.com/lukstafi/ocannl.git"
54+
dev-repo: "git+https://github.com/ahrefs/ocannl.git"
55+
x-maintenance-intent: ["(latest)"]
5556
url {
5657
src: "https://github.com/ahrefs/ocannl/archive/refs/tags/0.5.2.tar.gz"
5758
checksum: [

packages/ppx_minidebug/ppx_minidebug.2.2.0/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ depends: [
1515
"dune" {>= "3.10"}
1616
"ppx_deriving"
1717
"ppx_sexp_conv" {< "v0.17.1"}
18-
"ppxlib" {>= "0.26.0"}
18+
"ppxlib" {>= "0.26.0" & < "0.36.0"}
1919
"printbox" {>= "0.12"}
2020
"printbox-text" {>= "0.12"}
2121
"printbox-html" {>= "0.12"}
@@ -44,7 +44,7 @@ build: [
4444
]
4545
]
4646
dev-repo: "git+https://github.com/lukstafi/ppx_minidebug.git"
47-
x-maintenance-intent: ["(latest)"]
47+
x-maintenance-intent: ["2.2.(latest)" "(latest)"]
4848
url {
4949
src:
5050
"https://github.com/lukstafi/ppx_minidebug/archive/refs/tags/2.2.0.tar.gz"

0 commit comments

Comments
 (0)