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 edb61a3 commit 7c7fb78Copy full SHA for 7c7fb78
packages/conf-rust-llvm/conf-rust-llvm.1/opam
@@ -16,7 +16,7 @@ depends: [
16
depexts: [
17
["rust-llvm"] { os-family = "alpine" }
18
["rust-llvm"] { os-family = "arch" }
19
- # ["rust-llvm"] { os-family = "debian" } # see below
+ ["rust-llvm"] { os-family = "debian" & os-version < "13" } # rust-lld is in the rustc package until debian 12 bookworm
20
# ["rust-llvm"] { os-family = "ubuntu" } # rust-lld is provided by the rustc package installed by conf-rust which depends on cargo
21
["rust-llvm"] { os-family = "opensuse" }
22
["rust-llvm"] { os-family = "suse" }
0 commit comments