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
|
Source: rust-ordered-float
Section: rust
Priority: optional
Build-Depends: debhelper (>= 12),
dh-cargo (>= 25),
cargo:native <!nocheck>,
rustc:native <!nocheck>,
libstd-rust-dev <!nocheck>,
librust-num-traits-0.2+std-dev (>= 0.2.1-~~) <!nocheck>,
librust-num-traits-0.2-dev (>= 0.2.1-~~) <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Reinhard Tartler <siretart@tauware.de>
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/ordered-float]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/ordered-float
Rules-Requires-Root: no
Package: librust-ordered-float-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-num-traits-0.2+std-dev (>= 0.2.1-~~),
librust-num-traits-0.2-dev (>= 0.2.1-~~),
librust-rand-0.8+std-dev (>= 0.8.3-~~),
librust-rand-0.8+std-rng-dev (>= 0.8.3-~~),
librust-rand-0.8-dev (>= 0.8.3-~~),
librust-serde-1-dev
Provides:
librust-ordered-float+default-dev (= ${binary:Version}),
librust-ordered-float+rand-dev (= ${binary:Version}),
librust-ordered-float+randtest-dev (= ${binary:Version}),
librust-ordered-float+serde-dev (= ${binary:Version}),
librust-ordered-float+std-dev (= ${binary:Version}),
librust-ordered-float-2-dev (= ${binary:Version}),
librust-ordered-float-2+default-dev (= ${binary:Version}),
librust-ordered-float-2+rand-dev (= ${binary:Version}),
librust-ordered-float-2+randtest-dev (= ${binary:Version}),
librust-ordered-float-2+serde-dev (= ${binary:Version}),
librust-ordered-float-2+std-dev (= ${binary:Version}),
librust-ordered-float-2.10-dev (= ${binary:Version}),
librust-ordered-float-2.10+default-dev (= ${binary:Version}),
librust-ordered-float-2.10+rand-dev (= ${binary:Version}),
librust-ordered-float-2.10+randtest-dev (= ${binary:Version}),
librust-ordered-float-2.10+serde-dev (= ${binary:Version}),
librust-ordered-float-2.10+std-dev (= ${binary:Version}),
librust-ordered-float-2.10.0-dev (= ${binary:Version}),
librust-ordered-float-2.10.0+default-dev (= ${binary:Version}),
librust-ordered-float-2.10.0+rand-dev (= ${binary:Version}),
librust-ordered-float-2.10.0+randtest-dev (= ${binary:Version}),
librust-ordered-float-2.10.0+serde-dev (= ${binary:Version}),
librust-ordered-float-2.10.0+std-dev (= ${binary:Version})
Description: Wrappers for total ordering on floats - Rust source code
This package contains the source for the Rust ordered-float crate, packaged by
debcargo for use with cargo and dh-cargo.
|