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 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260
|
Source: rust-proptest
Section: rust
Priority: optional
Build-Depends: debhelper (>= 11),
dh-cargo (>= 15),
cargo:native <!nocheck>,
rustc:native <!nocheck>,
libstd-rust-dev <!nocheck>,
librust-bit-set-0.5+default-dev <!nocheck>,
librust-bitflags-1+default-dev (>= 1.0.1-~~) <!nocheck>,
librust-byteorder-1+std-dev (>= 1.2.3-~~) <!nocheck>,
librust-byteorder-1-dev (>= 1.2.3-~~) <!nocheck>,
librust-lazy-static-1+default-dev (>= 1.2-~~) <!nocheck>,
librust-num-traits-0.2+std-dev (>= 0.2.2-~~) <!nocheck>,
librust-num-traits-0.2-dev (>= 0.2.2-~~) <!nocheck>,
librust-quick-error-1+default-dev (>= 1.2.1-~~) <!nocheck>,
librust-rand-0.7+alloc-dev <!nocheck>,
librust-rand-0.7+std-dev <!nocheck>,
librust-rand-chacha-0.2+default-dev <!nocheck>,
librust-rand-xorshift-0.2+default-dev <!nocheck>,
librust-regex-syntax-0.6+default-dev <!nocheck>,
librust-rusty-fork-0.2+timeout-dev (>= 0.2.1-~~) <!nocheck>,
librust-rusty-fork-0.2-dev (>= 0.2.1-~~) <!nocheck>,
librust-tempfile-3+default-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Ximin Luo <infinity0@debian.org>,
kpcyrd <git@rxv.cc>
Standards-Version: 4.2.0
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/proptest]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/proptest
Homepage: https://altsysrq.github.io/proptest-book/proptest/index.html
Package: librust-proptest-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-bitflags-1+default-dev (>= 1.0.1-~~),
librust-byteorder-1-dev (>= 1.2.3-~~),
librust-num-traits-0.2-dev (>= 0.2.2-~~),
librust-rand-0.7+alloc-dev,
librust-rand-chacha-0.2+default-dev,
librust-rand-xorshift-0.2+default-dev
Recommends:
librust-proptest+default-dev (= ${binary:Version})
Suggests:
librust-proptest+bit-set-dev (= ${binary:Version}),
librust-proptest+default-code-coverage-dev (= ${binary:Version}),
librust-proptest+fork-dev (= ${binary:Version}),
librust-proptest+lazy-static-dev (= ${binary:Version}),
librust-proptest+quick-error-dev (= ${binary:Version}),
librust-proptest+regex-syntax-dev (= ${binary:Version}),
librust-proptest+rusty-fork-dev (= ${binary:Version}),
librust-proptest+std-dev (= ${binary:Version}),
librust-proptest+tempfile-dev (= ${binary:Version}),
librust-proptest+timeout-dev (= ${binary:Version})
Provides:
librust-proptest+alloc-dev (= ${binary:Version}),
librust-proptest+atomic64bit-dev (= ${binary:Version}),
librust-proptest+break-dead-code-dev (= ${binary:Version}),
librust-proptest+unstable-dev (= ${binary:Version}),
librust-proptest-0-dev (= ${binary:Version}),
librust-proptest-0+alloc-dev (= ${binary:Version}),
librust-proptest-0+atomic64bit-dev (= ${binary:Version}),
librust-proptest-0+break-dead-code-dev (= ${binary:Version}),
librust-proptest-0+unstable-dev (= ${binary:Version}),
librust-proptest-0.9-dev (= ${binary:Version}),
librust-proptest-0.9+alloc-dev (= ${binary:Version}),
librust-proptest-0.9+atomic64bit-dev (= ${binary:Version}),
librust-proptest-0.9+break-dead-code-dev (= ${binary:Version}),
librust-proptest-0.9+unstable-dev (= ${binary:Version}),
librust-proptest-0.9.4-dev (= ${binary:Version}),
librust-proptest-0.9.4+alloc-dev (= ${binary:Version}),
librust-proptest-0.9.4+atomic64bit-dev (= ${binary:Version}),
librust-proptest-0.9.4+break-dead-code-dev (= ${binary:Version}),
librust-proptest-0.9.4+unstable-dev (= ${binary:Version})
Description: Hypothesis-like property-based testing and shrinking - Rust source code
This package contains the source for the Rust proptest crate, packaged by
debcargo for use with cargo and dh-cargo.
Package: librust-proptest+bit-set-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proptest-dev (= ${binary:Version}),
librust-bit-set-0.5+default-dev
Provides:
librust-proptest-0+bit-set-dev (= ${binary:Version}),
librust-proptest-0.9+bit-set-dev (= ${binary:Version}),
librust-proptest-0.9.4+bit-set-dev (= ${binary:Version})
Description: Hypothesis-like property-based testing and shrinking - feature "bit-set"
This metapackage enables feature bit-set for the Rust proptest crate, by
pulling in any additional dependencies needed by that feature.
Package: librust-proptest+default-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proptest-dev (= ${binary:Version}),
librust-proptest+std-dev (= ${binary:Version}),
librust-proptest+fork-dev (= ${binary:Version}),
librust-proptest+timeout-dev (= ${binary:Version}),
librust-proptest+break-dead-code-dev (= ${binary:Version}),
librust-bit-set-0.5+default-dev
Provides:
librust-proptest-0+default-dev (= ${binary:Version}),
librust-proptest-0.9+default-dev (= ${binary:Version}),
librust-proptest-0.9.4+default-dev (= ${binary:Version})
Description: Hypothesis-like property-based testing and shrinking - feature "default"
This metapackage enables feature default for the Rust proptest crate, by
pulling in any additional dependencies needed by that feature.
Package: librust-proptest+default-code-coverage-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proptest-dev (= ${binary:Version}),
librust-proptest+std-dev (= ${binary:Version}),
librust-proptest+fork-dev (= ${binary:Version}),
librust-proptest+timeout-dev (= ${binary:Version}),
librust-bit-set-0.5+default-dev
Provides:
librust-proptest-0+default-code-coverage-dev (= ${binary:Version}),
librust-proptest-0.9+default-code-coverage-dev (= ${binary:Version}),
librust-proptest-0.9.4+default-code-coverage-dev (= ${binary:Version})
Description: Hypothesis-like property-based testing and shrinking - feature "default-code-coverage"
This metapackage enables feature default-code-coverage for the Rust proptest
crate, by pulling in any additional dependencies needed by that feature.
Package: librust-proptest+fork-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proptest-dev (= ${binary:Version}),
librust-proptest+std-dev (= ${binary:Version}),
librust-rusty-fork-0.2-dev (>= 0.2.1-~~),
librust-tempfile-3+default-dev
Provides:
librust-proptest-0+fork-dev (= ${binary:Version}),
librust-proptest-0.9+fork-dev (= ${binary:Version}),
librust-proptest-0.9.4+fork-dev (= ${binary:Version})
Description: Hypothesis-like property-based testing and shrinking - feature "fork"
This metapackage enables feature fork for the Rust proptest crate, by pulling
in any additional dependencies needed by that feature.
Package: librust-proptest+lazy-static-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proptest-dev (= ${binary:Version}),
librust-lazy-static-1+default-dev (>= 1.2-~~)
Provides:
librust-proptest-0+lazy-static-dev (= ${binary:Version}),
librust-proptest-0.9+lazy-static-dev (= ${binary:Version}),
librust-proptest-0.9.4+lazy-static-dev (= ${binary:Version})
Description: Hypothesis-like property-based testing and shrinking - feature "lazy_static"
This metapackage enables feature lazy_static for the Rust proptest crate, by
pulling in any additional dependencies needed by that feature.
Package: librust-proptest+quick-error-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proptest-dev (= ${binary:Version}),
librust-quick-error-1+default-dev (>= 1.2.1-~~)
Provides:
librust-proptest-0+quick-error-dev (= ${binary:Version}),
librust-proptest-0.9+quick-error-dev (= ${binary:Version}),
librust-proptest-0.9.4+quick-error-dev (= ${binary:Version})
Description: Hypothesis-like property-based testing and shrinking - feature "quick-error"
This metapackage enables feature quick-error for the Rust proptest crate, by
pulling in any additional dependencies needed by that feature.
Package: librust-proptest+regex-syntax-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proptest-dev (= ${binary:Version}),
librust-regex-syntax-0.6+default-dev
Provides:
librust-proptest-0+regex-syntax-dev (= ${binary:Version}),
librust-proptest-0.9+regex-syntax-dev (= ${binary:Version}),
librust-proptest-0.9.4+regex-syntax-dev (= ${binary:Version})
Description: Hypothesis-like property-based testing and shrinking - feature "regex-syntax"
This metapackage enables feature regex-syntax for the Rust proptest crate, by
pulling in any additional dependencies needed by that feature.
Package: librust-proptest+rusty-fork-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proptest-dev (= ${binary:Version}),
librust-rusty-fork-0.2-dev (>= 0.2.1-~~)
Provides:
librust-proptest-0+rusty-fork-dev (= ${binary:Version}),
librust-proptest-0.9+rusty-fork-dev (= ${binary:Version}),
librust-proptest-0.9.4+rusty-fork-dev (= ${binary:Version})
Description: Hypothesis-like property-based testing and shrinking - feature "rusty-fork"
This metapackage enables feature rusty-fork for the Rust proptest crate, by
pulling in any additional dependencies needed by that feature.
Package: librust-proptest+std-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proptest-dev (= ${binary:Version}),
librust-byteorder-1+std-dev (>= 1.2.3-~~),
librust-lazy-static-1+default-dev (>= 1.2-~~),
librust-num-traits-0.2+std-dev (>= 0.2.2-~~),
librust-quick-error-1+default-dev (>= 1.2.1-~~),
librust-rand-0.7+std-dev,
librust-regex-syntax-0.6+default-dev
Provides:
librust-proptest-0+std-dev (= ${binary:Version}),
librust-proptest-0.9+std-dev (= ${binary:Version}),
librust-proptest-0.9.4+std-dev (= ${binary:Version})
Description: Hypothesis-like property-based testing and shrinking - feature "std"
This metapackage enables feature std for the Rust proptest crate, by pulling in
any additional dependencies needed by that feature.
Package: librust-proptest+tempfile-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proptest-dev (= ${binary:Version}),
librust-tempfile-3+default-dev
Provides:
librust-proptest-0+tempfile-dev (= ${binary:Version}),
librust-proptest-0.9+tempfile-dev (= ${binary:Version}),
librust-proptest-0.9.4+tempfile-dev (= ${binary:Version})
Description: Hypothesis-like property-based testing and shrinking - feature "tempfile"
This metapackage enables feature tempfile for the Rust proptest crate, by
pulling in any additional dependencies needed by that feature.
Package: librust-proptest+timeout-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proptest-dev (= ${binary:Version}),
librust-proptest+fork-dev (= ${binary:Version}),
librust-rusty-fork-0.2+timeout-dev (>= 0.2.1-~~)
Provides:
librust-proptest-0+timeout-dev (= ${binary:Version}),
librust-proptest-0.9+timeout-dev (= ${binary:Version}),
librust-proptest-0.9.4+timeout-dev (= ${binary:Version})
Description: Hypothesis-like property-based testing and shrinking - feature "timeout"
This metapackage enables feature timeout for the Rust proptest crate, by
pulling in any additional dependencies needed by that feature.
|