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
|
Source: rust-fixed
Section: rust
Build-Depends:
debhelper-compat (= 13),
dh-sequence-rust,
librust-arbitrary-dev,
librust-az-dev,
librust-borsh-dev,
librust-bytemuck-dev,
librust-defmt-dev,
librust-half-dev,
librust-num-traits-dev,
librust-serde-dev,
librust-typenum-dev,
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/debian/rust-fixed.git
Vcs-Browser: https://salsa.debian.org/debian/rust-fixed
Homepage: https://github.com/tspiteri/fixed
Package: librust-fixed-dev
Architecture: all
#Multi-Arch: foreign
Depends:
librust-arbitrary-dev,
librust-az-dev,
librust-borsh-dev,
librust-bytemuck-dev,
librust-defmt-dev,
librust-half-dev,
librust-num-traits-dev,
librust-serde-dev,
librust-typenum-dev,
${misc:Depends},
Provides:
librust-fixed-1+arbitrary-dev (= ${binary:Version}),
librust-fixed-1+az-dev (= ${binary:Version}),
librust-fixed-1+borsh-dev (= ${binary:Version}),
librust-fixed-1+compat-readonly-static-dev (= ${binary:Version}),
librust-fixed-1+default-dev (= ${binary:Version}),
librust-fixed-1+defmt-dev (= ${binary:Version}),
librust-fixed-1+f16-dev (= ${binary:Version}),
librust-fixed-1+nightly-float-dev (= ${binary:Version}),
librust-fixed-1+num-traits-dev (= ${binary:Version}),
librust-fixed-1+serde-dev (= ${binary:Version}),
librust-fixed-1+serde-str-dev (= ${binary:Version}),
librust-fixed-1+std-dev (= ${binary:Version}),
librust-fixed-1.30-dev (= ${binary:Version}),
librust-fixed-1.30.0-dev (= ${binary:Version}),
Description: fixed-point numbers - Rust source code
The fixed crate provides fixed-point numbers.
.
* FixedI8 and FixedU8 are eight-bit fixed-point numbers.
* FixedI16 and FixedU16 are 16-bit fixed-point numbers.
* FixedI32 and FixedU32 are 32-bit fixed-point numbers.
* FixedI64 and FixedU64 are 64-bit fixed-point numbers.
* FixedI128 and FixedU128 are 128-bit fixed-point numbers.
.
This package contains the source for the Rust crate fixed,
for use with cargo.
|