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 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
Source: rust-linked-hash-map
Section: rust
Priority: optional
Build-Depends: debhelper (>= 12),
dh-cargo (>= 25),
cargo:native <!nocheck>,
rustc:native <!nocheck>,
libstd-rust-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
kpcyrd <git@rxv.cc>,
Robin Krahl <robin.krahl@ireas.org>
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/linked-hash-map]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/linked-hash-map
Homepage: https://github.com/contain-rs/linked-hash-map
Rules-Requires-Root: no
Package: librust-linked-hash-map-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends}
Suggests:
librust-linked-hash-map+heapsize-dev (= ${binary:Version}),
librust-linked-hash-map+serde-dev (= ${binary:Version})
Provides:
librust-linked-hash-map+default-dev (= ${binary:Version}),
librust-linked-hash-map+nightly-dev (= ${binary:Version}),
librust-linked-hash-map-0-dev (= ${binary:Version}),
librust-linked-hash-map-0+default-dev (= ${binary:Version}),
librust-linked-hash-map-0+nightly-dev (= ${binary:Version}),
librust-linked-hash-map-0.5-dev (= ${binary:Version}),
librust-linked-hash-map-0.5+default-dev (= ${binary:Version}),
librust-linked-hash-map-0.5+nightly-dev (= ${binary:Version}),
librust-linked-hash-map-0.5.6-dev (= ${binary:Version}),
librust-linked-hash-map-0.5.6+default-dev (= ${binary:Version}),
librust-linked-hash-map-0.5.6+nightly-dev (= ${binary:Version})
Description: HashMap that holds key-value pairs in insertion order - Rust source code
This package contains the source for the Rust linked-hash-map crate, packaged
by debcargo for use with cargo and dh-cargo.
Package: librust-linked-hash-map+heapsize-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-linked-hash-map-dev (= ${binary:Version}),
librust-heapsize-0.4+default-dev
Provides:
librust-linked-hash-map+heapsize-impl-dev (= ${binary:Version}),
librust-linked-hash-map-0+heapsize-dev (= ${binary:Version}),
librust-linked-hash-map-0+heapsize-impl-dev (= ${binary:Version}),
librust-linked-hash-map-0.5+heapsize-dev (= ${binary:Version}),
librust-linked-hash-map-0.5+heapsize-impl-dev (= ${binary:Version}),
librust-linked-hash-map-0.5.6+heapsize-dev (= ${binary:Version}),
librust-linked-hash-map-0.5.6+heapsize-impl-dev (= ${binary:Version})
Description: HashMap that holds key-value pairs in insertion order - feature "heapsize" and 1 more
This metapackage enables feature "heapsize" for the Rust linked-hash-map crate,
by pulling in any additional dependencies needed by that feature.
.
Additionally, this package also provides the "heapsize_impl" feature.
Package: librust-linked-hash-map+serde-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-linked-hash-map-dev (= ${binary:Version}),
librust-serde-1+default-dev
Provides:
librust-linked-hash-map+serde-impl-dev (= ${binary:Version}),
librust-linked-hash-map-0+serde-dev (= ${binary:Version}),
librust-linked-hash-map-0+serde-impl-dev (= ${binary:Version}),
librust-linked-hash-map-0.5+serde-dev (= ${binary:Version}),
librust-linked-hash-map-0.5+serde-impl-dev (= ${binary:Version}),
librust-linked-hash-map-0.5.6+serde-dev (= ${binary:Version}),
librust-linked-hash-map-0.5.6+serde-impl-dev (= ${binary:Version})
Description: HashMap that holds key-value pairs in insertion order - feature "serde" and 1 more
This metapackage enables feature "serde" for the Rust linked-hash-map crate, by
pulling in any additional dependencies needed by that feature.
.
Additionally, this package also provides the "serde_impl" feature.
|