Skip to content

Commit 5b8b977

Browse files
committed
Pin ppx_minidebug for Windows OS compatibility
Signed-off-by: lukstafi <lukstafi@users.noreply.github.com>
1 parent 3914ebd commit 5b8b977

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

arrayjit.opam

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,6 @@ build: [
6161
]
6262
dev-repo: "git+https://github.com/lukstafi/ocannl.git"
6363
x-maintenance-intent: ["(latest)"]
64+
pin-depends: [
65+
["ppx_minidebug.dev" "git+https://github.com/lukstafi/ppx_minidebug.git"]
66+
]

arrayjit.opam.template

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
pin-depends: [
2+
["ppx_minidebug.dev" "git+https://github.com/lukstafi/ppx_minidebug.git"]
3+
]

neural_nets_lib.opam

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,6 @@ build: [
6262
]
6363
dev-repo: "git+https://github.com/lukstafi/ocannl.git"
6464
x-maintenance-intent: ["(latest)"]
65+
pin-depends: [
66+
["ppx_minidebug.dev" "git+https://github.com/lukstafi/ppx_minidebug.git"]
67+
]

neural_nets_lib.opam.template

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
pin-depends: [
2+
["ppx_minidebug.dev" "git+https://github.com/lukstafi/ppx_minidebug.git"]
3+
]

0 commit comments

Comments
 (0)