this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27608 from Leonidas-from-XIV/opsian-invalid-arches

`opsian` unavailable on additional arches

authored by

Marcello Seri and committed by
GitHub
3c287891 1eab7213

+4 -4
+4 -4
packages/opsian/opsian.0.1/opam
··· 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 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 + }