File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
neural_nets_lib/neural_nets_lib.0.5.2
ppx_minidebug/ppx_minidebug.2.2.0 Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff 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)"]
6061url {
6162 src: "https://github.com/ahrefs/ocannl/archive/refs/tags/0.5.2.tar.gz"
6263 checksum: [
Original file line number Diff line number Diff 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)"]
5556url {
5657 src: "https://github.com/ahrefs/ocannl/archive/refs/tags/0.5.2.tar.gz"
5758 checksum: [
Original file line number Diff line number Diff 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]
4646dev-repo: "git+https://github.com/lukstafi/ppx_minidebug.git"
47- x-maintenance-intent: ["(latest)"]
47+ x-maintenance-intent: ["2.2.(latest)" " (latest)"]
4848url {
4949 src:
5050 "https://github.com/lukstafi/ppx_minidebug/archive/refs/tags/2.2.0.tar.gz"
You can’t perform that action at this time.
0 commit comments