We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0d0d2e + b84d2f0 commit c3dcd11Copy full SHA for c3dcd11
packages/ocaml-option-fp/ocaml-option-fp.1/opam
@@ -8,9 +8,11 @@ homepage: "https://opam.ocaml.org"
8
bug-reports: "https://github.com/ocaml/opam-repository/issues"
9
license: "CC0-1.0+"
10
depends: [
11
- "ocaml-variants" {post & (os = "linux" & >= "4.12.0~" | os = "macos" & >= "5.3.0~")}
+ "ocaml-variants" {post & ((os = "linux" & arch = "x86_64" & >= "4.12.0~") |
12
+ (os = "macos" & arch = "x86_64" & >= "5.3.0~") |
13
+ (arch = "arm64" & >= "5.4.0~"))}
14
]
15
conflicts: ["ocaml-option-musl"]
-available: (os = "linux" | os = "macos") & arch = "x86_64"
16
+available: (os = "linux" | os = "macos") & (arch = "x86_64" | arch = "arm64")
17
maintainer: "David Allsopp <[email protected]>"
18
flags: compiler
0 commit comments