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 |
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. |
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 |
copyright of librust-iter-fixed-dev_0.4.0-1_all.deb (click to toggle) | |
---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: iter_fixed Upstream-Contact: https://github.com/usbalbin/iter_fixed/issues Source: https://github.com/usbalbin/iter_fixed Files: * Copyright: 2021 Albin Hedman <albin9604@gmail.com> License-Grant: iter_fixed is distributed under the terms of both the MIT license and the Apache License (Version 2.0). License: Apache-2.0 and Expat Reference: Cargo.toml LICENSE-APACHE LICENSE-MIT Files: debian/* Copyright: 2024 Jonas Smedegaard <dr@jones.dk> License-Grant: This packaging is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3, or (at your option) any later version. License: GPL-3+ Reference: debian/copyright License: Apache-2.0 Reference: /usr/share/common-licenses/Apache-2.0 License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. License: GPL-3+ Reference: /usr/share/common-licenses/GPL-3 |
Timestamp: 11.11.2024 / 19:02:19 (UTC)