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
|
Source: rust-phf
Section: rust
Priority: optional
Build-Depends: debhelper (>= 11),
dh-cargo (>= 8),
cargo:native <!nocheck>,
rustc:native <!nocheck>,
libstd-rust-dev <!nocheck>,
librust-phf-shared-0.7.23+default-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders: Ximin Luo <infinity0@debian.org>
Standards-Version: 4.2.0
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/phf]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/phf
Package: librust-phf-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-phf-shared-0.7.23+default-dev
Suggests:
librust-phf+core-dev (= ${binary:Version}),
librust-phf+unicase-dev (= ${binary:Version})
Provides:
librust-phf+default-dev (= ${binary:Version}),
librust-phf-0-dev (= ${binary:Version}),
librust-phf-0+default-dev (= ${binary:Version}),
librust-phf-0.7-dev (= ${binary:Version}),
librust-phf-0.7+default-dev (= ${binary:Version}),
librust-phf-0.7.23-dev (= ${binary:Version}),
librust-phf-0.7.23+default-dev (= ${binary:Version})
Description: Runtime support for perfect hash function data structures - Rust source code
This package contains the source for the Rust phf crate, packaged by debcargo
for use with cargo and dh-cargo.
Package: librust-phf+core-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-phf-dev (= ${binary:Version}),
librust-phf-shared-0.7.23+core-dev
Provides:
librust-phf-0+core-dev (= ${binary:Version}),
librust-phf-0.7+core-dev (= ${binary:Version}),
librust-phf-0.7.23+core-dev (= ${binary:Version})
Description: Runtime support for perfect hash function data structures - feature "core"
This metapackage enables feature core for the Rust phf crate, by pulling in any
additional dependencies needed by that feature.
Package: librust-phf+unicase-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-phf-dev (= ${binary:Version}),
librust-phf-shared-0.7.23+unicase-dev
Provides:
librust-phf-0+unicase-dev (= ${binary:Version}),
librust-phf-0.7+unicase-dev (= ${binary:Version}),
librust-phf-0.7.23+unicase-dev (= ${binary:Version})
Description: Runtime support for perfect hash function data structures - feature "unicase"
This metapackage enables feature unicase for the Rust phf crate, by pulling in
any additional dependencies needed by that feature.
|