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 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114
|
Source: rust-im-rc
Section: rust
Priority: optional
Build-Depends: debhelper (>= 12),
dh-cargo (>= 25),
cargo:native <!nocheck>,
rustc:native <!nocheck>,
libstd-rust-dev <!nocheck>,
librust-bitmaps-2+default-dev <!nocheck>,
librust-rand-core-0.6+default-dev <!nocheck>,
librust-rand-xoshiro-0.6+default-dev <!nocheck>,
librust-sized-chunks-0.6+default-dev (>= 0.6.4-~~) <!nocheck>,
librust-typenum-1+default-dev (>= 1.12-~~) <!nocheck>,
librust-version-check-0.9+default-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Ximin Luo <infinity0@debian.org>
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/im-rc]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/im-rc
Homepage: http://immutable.rs/
Rules-Requires-Root: no
Package: librust-im-rc-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-bitmaps-2+default-dev,
librust-rand-core-0.6+default-dev,
librust-rand-xoshiro-0.6+default-dev,
librust-sized-chunks-0.6+default-dev (>= 0.6.4-~~),
librust-typenum-1+default-dev (>= 1.12-~~),
librust-version-check-0.9+default-dev
Suggests:
librust-im-rc+proptest-dev (= ${binary:Version}),
librust-im-rc+quickcheck-dev (= ${binary:Version}),
librust-im-rc+rayon-dev (= ${binary:Version}),
librust-im-rc+serde-dev (= ${binary:Version})
Provides:
librust-im-rc+debug-dev (= ${binary:Version}),
librust-im-rc+default-dev (= ${binary:Version}),
librust-im-rc-15-dev (= ${binary:Version}),
librust-im-rc-15+debug-dev (= ${binary:Version}),
librust-im-rc-15+default-dev (= ${binary:Version}),
librust-im-rc-15.1-dev (= ${binary:Version}),
librust-im-rc-15.1+debug-dev (= ${binary:Version}),
librust-im-rc-15.1+default-dev (= ${binary:Version}),
librust-im-rc-15.1.0-dev (= ${binary:Version}),
librust-im-rc-15.1.0+debug-dev (= ${binary:Version}),
librust-im-rc-15.1.0+default-dev (= ${binary:Version})
Description: Immutable collection datatypes (the fast but not thread safe version) - Rust source code
This package contains the source for the Rust im-rc crate, packaged by debcargo
for use with cargo and dh-cargo.
Package: librust-im-rc+proptest-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-im-rc-dev (= ${binary:Version}),
librust-proptest-1+default-dev
Provides:
librust-im-rc-15+proptest-dev (= ${binary:Version}),
librust-im-rc-15.1+proptest-dev (= ${binary:Version}),
librust-im-rc-15.1.0+proptest-dev (= ${binary:Version})
Description: Immutable collection datatypes (the fast but not thread safe version) - feature "proptest"
This metapackage enables feature "proptest" for the Rust im-rc crate, by
pulling in any additional dependencies needed by that feature.
Package: librust-im-rc+quickcheck-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-im-rc-dev (= ${binary:Version}),
librust-quickcheck-1+default-dev
Provides:
librust-im-rc-15+quickcheck-dev (= ${binary:Version}),
librust-im-rc-15.1+quickcheck-dev (= ${binary:Version}),
librust-im-rc-15.1.0+quickcheck-dev (= ${binary:Version})
Description: Immutable collection datatypes (the fast but not thread safe version) - feature "quickcheck"
This metapackage enables feature "quickcheck" for the Rust im-rc crate, by
pulling in any additional dependencies needed by that feature.
Package: librust-im-rc+rayon-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-im-rc-dev (= ${binary:Version}),
librust-rayon-1+default-dev
Provides:
librust-im-rc-15+rayon-dev (= ${binary:Version}),
librust-im-rc-15.1+rayon-dev (= ${binary:Version}),
librust-im-rc-15.1.0+rayon-dev (= ${binary:Version})
Description: Immutable collection datatypes (the fast but not thread safe version) - feature "rayon"
This metapackage enables feature "rayon" for the Rust im-rc crate, by pulling
in any additional dependencies needed by that feature.
Package: librust-im-rc+serde-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-im-rc-dev (= ${binary:Version}),
librust-serde-1+default-dev
Provides:
librust-im-rc-15+serde-dev (= ${binary:Version}),
librust-im-rc-15.1+serde-dev (= ${binary:Version}),
librust-im-rc-15.1.0+serde-dev (= ${binary:Version})
Description: Immutable collection datatypes (the fast but not thread safe version) - feature "serde"
This metapackage enables feature "serde" for the Rust im-rc crate, by pulling
in any additional dependencies needed by that feature.
|