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 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
Source: rust-triomphe
Section: rust
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-cargo,
cargo:native <!nocheck>,
rustc:native (>= 1.76) <!nocheck>,
libstd-rust-dev <!nocheck>,
librust-serde-1-dev <!nocheck>,
librust-stable-deref-trait-1-dev (>= 1.1.1-~~) <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Jelmer Vernooij <jelmer@debian.org>,
Roland Mas <lolando@debian.org>
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/triomphe]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/triomphe
X-Cargo-Crate: triomphe
Rules-Requires-Root: no
# FIXME (packages."(name)".section) debcargo auto-generated summary for librust-triomphe-dev is very long, consider overriding
Package: librust-triomphe-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-arc-swap-1+default-dev (>= 1.3.0-~~),
librust-serde-1-dev,
librust-stable-deref-trait-1-dev (>= 1.1.1-~~),
librust-unsize-1+default-dev (>= 1.1-~~)
Provides:
librust-triomphe+arc-swap-dev (= ${binary:Version}),
librust-triomphe+default-dev (= ${binary:Version}),
librust-triomphe+serde-dev (= ${binary:Version}),
librust-triomphe+stable-deref-trait-dev (= ${binary:Version}),
librust-triomphe+std-dev (= ${binary:Version}),
librust-triomphe+unsize-dev (= ${binary:Version}),
librust-triomphe-0-dev (= ${binary:Version}),
librust-triomphe-0+arc-swap-dev (= ${binary:Version}),
librust-triomphe-0+default-dev (= ${binary:Version}),
librust-triomphe-0+serde-dev (= ${binary:Version}),
librust-triomphe-0+stable-deref-trait-dev (= ${binary:Version}),
librust-triomphe-0+std-dev (= ${binary:Version}),
librust-triomphe-0+unsize-dev (= ${binary:Version}),
librust-triomphe-0.1-dev (= ${binary:Version}),
librust-triomphe-0.1+arc-swap-dev (= ${binary:Version}),
librust-triomphe-0.1+default-dev (= ${binary:Version}),
librust-triomphe-0.1+serde-dev (= ${binary:Version}),
librust-triomphe-0.1+stable-deref-trait-dev (= ${binary:Version}),
librust-triomphe-0.1+std-dev (= ${binary:Version}),
librust-triomphe-0.1+unsize-dev (= ${binary:Version}),
librust-triomphe-0.1.14-dev (= ${binary:Version}),
librust-triomphe-0.1.14+arc-swap-dev (= ${binary:Version}),
librust-triomphe-0.1.14+default-dev (= ${binary:Version}),
librust-triomphe-0.1.14+serde-dev (= ${binary:Version}),
librust-triomphe-0.1.14+stable-deref-trait-dev (= ${binary:Version}),
librust-triomphe-0.1.14+std-dev (= ${binary:Version}),
librust-triomphe-0.1.14+unsize-dev (= ${binary:Version})
Description: Fork of std::sync::Arc with some extra functionality and without weak references (originally servo_arc) - Rust source code
Source code for Debianized Rust crate "triomphe"
|