opam-version: "2.0" maintainer: "Léo Andrès " authors: "Léo Andrès " homepage: "https://github.com/ocaml/opam-repository" bug-reports: "https://github.com/ocaml/opam-repository/issues" license: "MIT" build: [ ["which" "rust-lld"] { os-distribution != "homebrew" } ] depends: [ "conf-which" {build} "conf-rust" "conf-llvm" "conf-lld" ] depexts: [ ["rust-llvm"] { os-family = "alpine" } ["rust-llvm"] { os-family = "arch" } ["rust-llvm"] { os-family = "debian" } ["rust-llvm"] { os-family = "ubuntu" } ["rust-llvm"] { os-family = "opensuse" } ["rust-llvm"] { os-family = "suse" } ["rust-llvm"] { os-distribution = "centos" } ] x-ci-accept-failures: os-distribution = "freebsd" | os-distribution = "fedora" synopsis: "Virtual package relying on an installation of the integration of Rust with LLVM tools" flags: conf