1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
Source: rust-js-sys
Section: rust
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-cargo
Build-Depends-Arch: cargo:native <!nocheck>,
rustc:native (>= 1.57) <!nocheck>,
libstd-rust-dev <!nocheck>,
librust-once-cell-1-dev (>= 1.12-~~) <!nocheck>,
librust-wasm-bindgen-0.2+std-dev (<< 0.2.101-~~) <!nocheck>,
librust-wasm-bindgen-0.2+std-dev (>= 0.2.100-~~) <!nocheck>,
librust-wasm-bindgen-0.2-dev (<< 0.2.101-~~) <!nocheck>,
librust-wasm-bindgen-0.2-dev (>= 0.2.100-~~) <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
kpcyrd <git@rxv.cc>
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/js-sys]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/js-sys
Homepage: https://rustwasm.github.io/wasm-bindgen/
X-Cargo-Crate: js-sys
Rules-Requires-Root: no
Package: librust-js-sys-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-once-cell-1-dev (>= 1.12-~~),
librust-wasm-bindgen-0.2+std-dev (<< 0.2.101-~~),
librust-wasm-bindgen-0.2+std-dev (>= 0.2.100-~~),
librust-wasm-bindgen-0.2-dev (<< 0.2.101-~~),
librust-wasm-bindgen-0.2-dev (>= 0.2.100-~~)
Provides:
librust-js-sys+default-dev (= ${binary:Version}),
librust-js-sys+std-dev (= ${binary:Version}),
librust-js-sys-0-dev (= ${binary:Version}),
librust-js-sys-0+default-dev (= ${binary:Version}),
librust-js-sys-0+std-dev (= ${binary:Version}),
librust-js-sys-0.3-dev (= ${binary:Version}),
librust-js-sys-0.3+default-dev (= ${binary:Version}),
librust-js-sys-0.3+std-dev (= ${binary:Version}),
librust-js-sys-0.3.77-dev (= ${binary:Version}),
librust-js-sys-0.3.77+default-dev (= ${binary:Version}),
librust-js-sys-0.3.77+std-dev (= ${binary:Version})
Description: Bindings for JS global objects and functions - Rust source code
Source code for Debianized Rust crate "js-sys"
|