DFSG NEW Queue

DFSG, Licensing & New Packages Team

rust-asyncband 0.7.2-1

Package Information

DescriptionComposable, runtime-agnostic concurrency building blocks for async Rust - Rust source code

Source code for Debianized Rust crate "asyncband"

MaintainerDebian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Changed ByLester Guerzon <lester@guerzon.net>
Sponsortsimonq2@debian.org
Distributionunstable
Architectureany
VCSgit: https://salsa.debian.org/rust-team/debcargo-conf.git [src/asyncband] (browse)
Trackerhttps://tracker.debian.org/pkg/rust-asyncband
Uploaded4 hours ago

New Package Report

.changes
Changed-ByLester Guerzon
Architecturesource amd64
Distributionunstable
DateSun, 13 Sep 2026 15:01:33 -0500
Sourcerust-asyncband
Version0.7.2-1
Changelog
rust-asyncband (0.7.2-1) unstable; urgency=medium
 .
   * Package asyncband 0.7.2 from crates.io using debcargo 2.8.4
.dsc
Componentmain
Package-Listlibrust-asyncband-dev deb rust optional arch=any
Sectionrust
Priorityoptional
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: asyncband
Upstream-Contact: Apache Software Foundation (ASF)
Source: https://github.com/apache/asyncband

Files: *
Copyright: Apache Software Foundation (ASF)
License: Apache-2.0

Files: src/blocking/executor.rs
Copyright:
 Apache Software Foundation (ASF)
 2020-2021 Joshua Barretto
 2016 Alex Crichton
 2017 The Tokio Authors
License: Apache-2.0
Comments:
 The polling loop in this file is adapted from Pollster, licensed under
 Apache-2.0 or MIT. Apache Asyncband uses the Apache-2.0 option for the
 incorporated portions. The same file's reuse of a thread-local Parker/Waker
 pair is adapted from futures-lite, which is licensed under Apache-2.0 or MIT.
 Apache Asyncband uses the Apache-2.0 option for the incorporated portions.

Files: src/blocking/parker.rs
Copyright:
 2014-2020 The Rust Project Developers
License: Apache-2.0
Comments:
 Portions of this file are adapted from parking, which is licensed under
 Apache-2.0 or MIT. Apache Asyncband uses the Apache-2.0 option for the
 incorporated portions.

Files:
 src/pool/mod.rs
 src/pool/bounded.rs
 src/pool/common.rs
 src/pool/state.rs
 src/pool/unbounded.rs
 tests-integration/tests/pool_recycle_cancelled_test.rs
 tests-integration/tests/pool_replenish_test.rs
Copyright:
 Apache Software Foundation (ASF)
 2025 FastLabs Developers
License: Apache-2.0
Comments: Portions of these files are ported from Fastpool.

Files:
 src/mutex/mod.rs
 src/rwlock/mod.rs
 src/rwlock/read_guard.rs
 src/rwlock/write_guard.rs
 src/rwlock/owned_read_guard.rs
 src/rwlock/owned_write_guard.rs
 src/rwlock/mapped_write_guard.rs
 src/rwlock/owned_mapped_write_guard.rs
 src/rwlock/mapped_read_guard.rs
 src/rwlock/owned_mapped_read_guard.rs
 src/once/once_cell/mod.rs
 src/internal/value_cell.rs
 src/semaphore/mod.rs
 src/internal/semaphore.rs
Copyright:
 Apache Software Foundation (ASF)
 Tokio Contributors
License: Apache-2.0 and Expat
Comment: Modifications made for Apache Asyncband are licensed under the Apache
 License, Version 2.0. The derived code remains licensed under the MIT License.

Files:
 src/oneshot/mod.rs
 src/oneshot/receiver.rs
 src/oneshot/sender.rs
 src/oneshot/tests.rs
 tests-integration/tests/oneshot_test/main.rs
 tests-integration/tests/oneshot_test/support.rs
Copyright:
 Apache Software Foundation (ASF)
 Linus Färnstrand <faern@faern.net>
License: Apache-2.0
Comment:
 Apache-2.0 applies to the upstream portions for these files. Where an upstream
 project offers a choice of Apache-2.0 or MIT, Apache Asyncband uses the
 Apache-2.0 option.

Files: debian/*
Copyright:
 2026 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
 2026 Lester Guerzon <lester@guerzon.net>
License: Expat

License: Apache-2.0
 Debian systems provide the Apache 2.0 license in
 /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.

Back to Dashboard | View all reviews for this package