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 ["sh" "-c" "rustc --print target-list | grep -q 'wasm32-unknown-unknown'" ]
9]
10depends: [
11 "conf-rust" {build}
12]
13depexts: [
14 ["rust-wasm"] { os-family = "alpine" }
15 ["rust-wasm"] { os-family = "arch" }
16 ["libstd-rust-dev-wasm32"] { os-family = "debian" }
17 ["libstd-rust-dev-wasm32"] { os-family = "ubuntu" }
18
19 ["libstd-rust-dev-wasm32"] { os-distribution = "centos" }
20 ["rust-std-static-wasm32-unknown-unknown"] { os-distribution = "fedora" }
21]
22synopsis: "Virtual package relying on an installation of standard Rust libraries including development files, needed to cross-compile Rust programs to the wasm32-unknown-unknown and wasm32-wasip1/wasm32-wasip2 targets"
23flags: conf