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
|
Source: rust-uncased
Section: rust
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-cargo
Build-Depends-Arch: cargo:native <!nocheck>,
rustc:native <!nocheck>,
libstd-rust-dev <!nocheck>,
librust-version-check-0.9+default-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
James McCoy <jamessan@debian.org>
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/uncased]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/uncased
Homepage: https://github.com/SergioBenitez/uncased
X-Cargo-Crate: uncased
Package: librust-uncased-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-version-check-0.9+default-dev
Suggests:
librust-uncased+serde-dev (= ${binary:Version}),
librust-uncased+with-serde-alloc-dev (= ${binary:Version})
Provides:
librust-uncased+alloc-dev (= ${binary:Version}),
librust-uncased+default-dev (= ${binary:Version}),
librust-uncased-0-dev (= ${binary:Version}),
librust-uncased-0+alloc-dev (= ${binary:Version}),
librust-uncased-0+default-dev (= ${binary:Version}),
librust-uncased-0.9-dev (= ${binary:Version}),
librust-uncased-0.9+alloc-dev (= ${binary:Version}),
librust-uncased-0.9+default-dev (= ${binary:Version}),
librust-uncased-0.9.10-dev (= ${binary:Version}),
librust-uncased-0.9.10+alloc-dev (= ${binary:Version}),
librust-uncased-0.9.10+default-dev (= ${binary:Version})
Description: Case-preserving, ASCII case-insensitive, no_std string types - Rust source code
Source code for Debianized Rust crate "uncased"
Package: librust-uncased+serde-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-uncased-dev (= ${binary:Version}),
librust-serde-1-dev
Provides:
librust-uncased+with-serde-dev (= ${binary:Version}),
librust-uncased-0+serde-dev (= ${binary:Version}),
librust-uncased-0+with-serde-dev (= ${binary:Version}),
librust-uncased-0.9+serde-dev (= ${binary:Version}),
librust-uncased-0.9+with-serde-dev (= ${binary:Version}),
librust-uncased-0.9.10+serde-dev (= ${binary:Version}),
librust-uncased-0.9.10+with-serde-dev (= ${binary:Version})
Description: Case-preserving, ASCII case-insensitive, no_std string types - feature "serde" and 1 more
This metapackage enables feature "serde" for the Rust uncased crate, by pulling
in any additional dependencies needed by that feature.
.
Additionally, this package also provides the "with-serde" feature.
Package: librust-uncased+with-serde-alloc-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-uncased-dev (= ${binary:Version}),
librust-uncased+serde-dev (= ${binary:Version}),
librust-uncased+alloc-dev (= ${binary:Version}),
librust-serde-1+alloc-dev
Provides:
librust-uncased-0+with-serde-alloc-dev (= ${binary:Version}),
librust-uncased-0.9+with-serde-alloc-dev (= ${binary:Version}),
librust-uncased-0.9.10+with-serde-alloc-dev (= ${binary:Version})
Description: Case-preserving, ASCII case-insensitive, no_std string types - feature "with-serde-alloc"
This metapackage enables feature "with-serde-alloc" for the Rust uncased crate,
by pulling in any additional dependencies needed by that feature.
|