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"
99depends: [
1010 "dune" {>= "2.8"}
1111 ("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"))
1313 "conf-automake"
1414 "conf-perl"
1515 "conf-liblzma"
@@ -19,8 +19,8 @@ conflicts: [
1919 "runtime_events_tools" {>= "0.5"}
2020]
2121available:
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 "
2424build: ["dune" "build" "--release" "-j" jobs]
2525dev-repo: "git+https://github.com/Opsian/opsian-ocaml.git"
2626url {
3030 "md5=647da322a2ad5d0c2baf53cae59daf93"
3131 "sha512=005e6bde889efe137da7d863f0acd71d9c6e08359617543024846c42f408fc2033e5666772427c0c15b96a7ad8fcca5381229c97835f82c2f517e753907f57e6"
3232 ]
33- }
33+ }
You can’t perform that action at this time.
0 commit comments