this repo has no description
1opam-version: "2.0"
2maintainer: "Léo Andrès <contact@ndrs.fr>"
3authors: "The LLVM team"
4homepage: "http://llvm.org"
5bug-reports: "https://llvm.org/bugs/"
6license: "MIT"
7build: [
8 ["wasm-ld" "-version"]
9]
10depends: [
11]
12depexts: [
13 ["lld"] { os-family = "alpine" }
14 ["lld"] { os-family = "arch" }
15 ["lld"] { os-family = "debian" }
16 ["lld"] { os-family = "opensuse" }
17 ["lld"] { os-family = "suse" }
18 ["lld"] { os-family = "ubuntu" }
19
20 ["lld"] { os-distribution = "centos" }
21 ["lld"] { os-distribution = "fedora" }
22 ["llvm" "lld"] { os-distribution = "homebrew" }
23]
24x-ci-accept-failures: [
25 "ubuntu-20.04" # does not have wasm-ld
26]
27available: os-distribution != "freebsd"
28synopsis: "Virtual package relying on lld installation"
29flags: conf