Debian NEW package overview for rust-iter-fixed
rust-iter-fixed_0.4.0-1_amd64.changes (click to toggle)
Format:1.8
Date:Mon, 11 Nov 2024 19:18:37 +0100
Source:rust-iter-fixed
Binary:librust-iter-fixed-dev
Architecture:source all
Version:0.4.0-1
Distribution:experimental
Urgency:medium
Maintainer:Jonas Smedegaard <dr@jones.dk>
Changed-By:Jonas Smedegaard <dr@jones.dk>
Description:
librust-iter-fixed-dev - iterator of fixed length - Rust source code
Closes:1087332
Changes:
rust-iter-fixed (0.4.0-1) experimental; urgency=medium

  * initial packaging release;
    closes: bug#1087332
Files:
c57fec333a880dae8320736564c4a7a5 2054 rust optional rust-iter-fixed_0.4.0-1.dsc
33dd36454a62a57999f625df02a5ece5 11371 rust optional rust-iter-fixed_0.4.0.orig.tar.gz
fd802bad38a847a3b90d2ec6bac44ffa 3616 rust optional rust-iter-fixed_0.4.0-1.debian.tar.xz
e64e0276c53d3969adc69adfc61d609e 8980 rust optional librust-iter-fixed-dev_0.4.0-1_all.deb
b33a208a857375ff1ab4d7f9f5d453e3 7391 rust optional rust-iter-fixed_0.4.0-1_amd64.buildinfo
rust-iter-fixed_0.4.0-1.dsc (click to toggle)
Format:3.0 (quilt)
Source:rust-iter-fixed
Binary:librust-iter-fixed-dev
Architecture:all
Version:0.4.0-1
Maintainer:Jonas Smedegaard <dr@jones.dk>
Homepage:https://github.com/usbalbin/iter_fixed
Standards-Version:4.7.0
Vcs-Browser:https://salsa.debian.org/debian/rust-iter-fixed
Vcs-Git:https://salsa.debian.org/debian/rust-iter-fixed.git
Testsuite:autopkgtest
Testsuite-Triggers:dh-rust, librust-subtile-0.4+default-dev, librust-subtile-0.4-dev
Build-Depends:debhelper-compat (=13), dh-sequence-rust
Package-List:librust-iter-fixed-dev deb rust optional arch=all
Files:
33dd36454a62a57999f625df02a5ece5 11371 rust-iter-fixed_0.4.0.orig.tar.gz
fd802bad38a847a3b90d2ec6bac44ffa 3616 rust-iter-fixed_0.4.0-1.debian.tar.xz
lintian 2.104.0 check for rust-iter-fixed_0.4.0-1.dsc (click to toggle)
README.source for rust-iter-fixed_0.4.0-1.dsc (click to toggle)
No README.source in this package
control file for librust-iter-fixed-dev_0.4.0-1_all.deb (click to toggle)
Package:librust-iter-fixed-dev
Source:rust-iter-fixed
Version:0.4.0-1
Architecture:all
Maintainer:Jonas Smedegaard <dr@jones.dk>
Installed-Size:48
Provides:librust-iter-fixed-0.4+default-dev (= 0.4.0-1), librust-iter-fixed-0.4-dev (= 0.4.0-1), librust-iter-fixed-0.4.0-dev (= 0.4.0-1)
Section:rust
Priority:optional
Multi-Arch:foreign
Homepage:https://github.com/usbalbin/iter_fixed
Description:
iterator of fixed length - Rust source code
 iter_fixed provides a type and traits
 for turning collections of fixed size, like arrays, into IteratorFixed
 which can be used a bit like an ordinary Iterator
 but with a compile time guaranteed length.
 This enables us to turn them back into collections of fixed size
 without having to perform unnecessary checks during run time.
 .
 This package contains the source for the Rust crate iter_fixed,
 for use with cargo.
lintian 2.104.0 check for librust-iter-fixed-dev_0.4.0-1_all.deb (click to toggle)
contents of librust-iter-fixed-dev_0.4.0-1_all.deb (click to toggle)
drwxr-xr-x root/root         0 2024-11-11 18:18 ./
drwxr-xr-x root/root         0 2024-11-11 18:18 ./usr/
drwxr-xr-x root/root         0 2024-11-11 18:18 ./usr/share/
drwxr-xr-x root/root         0 2024-11-11 18:18 ./usr/share/cargo/
drwxr-xr-x root/root         0 2024-11-11 18:18 ./usr/share/cargo/registry/
drwxr-xr-x root/root         0 2024-11-11 18:18 ./usr/share/cargo/registry/iter_fixed-0.4.0/
-rw-r--r-- root/root        54 2024-11-11 18:18 ./usr/share/cargo/registry/iter_fixed-0.4.0/.cargo-checksum.json
-rw-r--r-- root/root      1242 2024-11-11 18:18 ./usr/share/cargo/registry/iter_fixed-0.4.0/Cargo.toml
-rw-r--r-- root/root      2065 2006-07-24 01:21 ./usr/share/cargo/registry/iter_fixed-0.4.0/README.md
-rw-r--r-- root/root      1152 2006-07-24 01:21 ./usr/share/cargo/registry/iter_fixed-0.4.0/README.tpl
drwxr-xr-x root/root         0 2024-11-11 18:18 ./usr/share/cargo/registry/iter_fixed-0.4.0/examples/
-rw-r--r-- root/root       670 2006-07-24 01:21 ./usr/share/cargo/registry/iter_fixed-0.4.0/examples/matrix.rs
-rw-r--r-- root/root      1187 2006-07-24 01:21 ./usr/share/cargo/registry/iter_fixed-0.4.0/examples/vector.rs
drwxr-xr-x root/root         0 2024-11-11 18:18 ./usr/share/cargo/registry/iter_fixed-0.4.0/src/
-rw-r--r-- root/root      2342 2006-07-24 01:21 ./usr/share/cargo/registry/iter_fixed-0.4.0/src/from.rs
-rw-r--r-- root/root       425 2006-07-24 01:21 ./usr/share/cargo/registry/iter_fixed-0.4.0/src/helpers.rs
-rw-r--r-- root/root      5028 2006-07-24 01:21 ./usr/share/cargo/registry/iter_fixed-0.4.0/src/into.rs
-rw-r--r-- root/root     10415 2006-07-24 01:21 ./usr/share/cargo/registry/iter_fixed-0.4.0/src/lib.rs
drwxr-xr-x root/root         0 2024-11-11 18:18 ./usr/share/cargo/registry/iter_fixed-0.4.0/tests/
-rw-r--r-- root/root      1844 2006-07-24 01:21 ./usr/share/cargo/registry/iter_fixed-0.4.0/tests/test.rs
drwxr-xr-x root/root         0 2024-11-11 18:18 ./usr/share/doc/
drwxr-xr-x root/root         0 2024-11-11 18:18 ./usr/share/doc/librust-iter-fixed-dev/
-rw-r--r-- root/root       173 2024-11-11 18:18 ./usr/share/doc/librust-iter-fixed-dev/changelog.Debian.gz
-rw-r--r-- root/root      2035 2024-11-11 17:59 ./usr/share/doc/librust-iter-fixed-dev/copyright

Timestamp: 11.11.2024 / 19:02:19 (UTC)