File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/opsian/opsian.0.1 Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ bug-reports: "https://github.com/Opsian/opsian-ocaml/issues"
9
9
depends: [
10
10
"dune" {>= "2.8"}
11
11
("ocaml" {>= "4.12.0" & < "5.0.0"} |
12
- ("ocaml" {>= "5.0.0"} & "runtime_events_tools"))
12
+ ("ocaml" {>= "5.0.0" & < "5.1" } & "runtime_events_tools"))
13
13
"conf-automake"
14
14
"conf-perl"
15
15
"conf-liblzma"
@@ -19,8 +19,8 @@ conflicts: [
19
19
"runtime_events_tools" {>= "0.5"}
20
20
]
21
21
available:
22
- arch != "arm32" & arch != "x86_32" & arch != "s390x" & os-family != "arch" &
23
- os-family != "alpine" & os != "macos"
22
+ arch != "arm32" & arch != "arm64" & arch != " x86_32" & arch != "s390x" & arch != "ppc64" & arch != "riscv64 " &
23
+ os-family != "arch" & os-family != " alpine" & os != "macos" & os != "freebsd "
24
24
build: ["dune" "build" "--release" "-j" jobs]
25
25
dev-repo: "git+https://github.com/Opsian/opsian-ocaml.git"
26
26
url {
30
30
"md5=647da322a2ad5d0c2baf53cae59daf93"
31
31
"sha512=005e6bde889efe137da7d863f0acd71d9c6e08359617543024846c42f408fc2033e5666772427c0c15b96a7ad8fcca5381229c97835f82c2f517e753907f57e6"
32
32
]
33
- }
33
+ }
You can’t perform that action at this time.
0 commit comments