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.
1 parent 0793787 commit a8488a4Copy full SHA for a8488a4
packages/dkml-base-compiler/dkml-base-compiler.4.12.1~v1.0.0/opam
@@ -18,7 +18,11 @@ depends: [
18
]
19
conflict-class: "ocaml-core-compiler"
20
flags: [ compiler avoid-version ]
21
-available: opam-version >= "2.1.0"
+available: [
22
+ opam-version >= "2.1.0" &
23
+ ( (arch = "x86_64" & (os = "linux" | os = "win32" | os = "macos") |
24
+ (arch = "arm64" & os = "macos") )
25
+]
26
build: [
27
# Homebrew's bundle tap, needed for reproducible build auditing in drc's crossplatform-functions.sh.
28
#
0 commit comments