this repo has no description
1opam-version: "2.0"
2maintainer: "Léo Andrès <contact@ndrs.fr>"
3authors: "Léo Andrès <contact@ndrs.fr>"
4homepage: "https://github.com/ocaml/opam-repository"
5bug-reports: "https://github.com/ocaml/opam-repository/issues"
6license: "MIT"
7build: [
8 ["which" "rust-lld"] { os-distribution != "homebrew" }
9]
10depends: [
11 "conf-which" {build}
12 "conf-rust"
13 "conf-llvm"
14 "conf-lld"
15]
16depexts: [
17 ["rust-llvm"] { os-family = "alpine" }
18 ["rust-llvm"] { os-family = "arch" }
19 ["rust-llvm"] { os-family = "debian" }
20 ["rust-llvm"] { os-family = "ubuntu" }
21 ["rust-llvm"] { os-family = "opensuse" }
22 ["rust-llvm"] { os-family = "suse" }
23 ["rust-llvm"] { os-distribution = "centos" }
24]
25x-ci-accept-failures: os-distribution = "freebsd" | os-distribution = "fedora"
26synopsis: "Virtual package relying on an installation of the integration of Rust with LLVM tools"
27flags: conf