dua-cli 2.34.0-1
Package Information
| Description | Rust library for disk space usage analysis and management This package contains the source for the Rust dua-cli crate, providing the core library components for disk space usage analysis. It exposes the building blocks used by the dua-cli binary, including parallel directory traversal, filesystem tree representation, byte format utilities, and interactive TUI support. Key features: - Parallel directory traversal via jwalk for fast filesystem scanning - Filesystem tree data structures for aggregating and querying usage - Byte formatting utilities supporting binary and metric units - Optional TUI components built on ratatui and crossterm - Cross-device traversal handling and inode deduplication - Configurable walk options for apparent size and hard link counting This package is part of the dua-cli suite and is primarily intended for Rust developers who wish to build tools that analyse or manage disk space usage. |
|---|---|
| Maintainer | Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> |
| Changed By | Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com> |
| Sponsor | merkys@debian.org |
| Distribution | unstable |
| Architecture | any |
| VCS | git: https://salsa.debian.org/rust-team/dua-cli.git (browse) |
| Closes | #1136229 |
| Tracker | https://tracker.debian.org/pkg/dua-cli |
| Uploaded | 4 hours ago |
New Package Report
.changes
| Source | dua-cli |
|---|---|
| Version | 2.34.0-1 |
| Changed-By | Josenilson Ferreira da Silva |
| Architecture | source amd64 |
| Distribution | unstable |
| Date | Mon, 18 May 2026 03:27:40 -0300 |
Changelog
dua-cli (2.34.0-1) unstable; urgency=medium . * Initial release. (Closes: #1136229)
.dsc
| Component | main |
|---|---|
| Package-List | dua-cli deb utils optional arch=any librust-dua-cli-dev deb rust optional arch=any |
| Section | utils |
| Priority | optional |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: dua-cli Upstream-Contact: Sebastian Thiel <byronimo@gmail.com> Source: https://github.com/Byron/dua-cli Files: * Copyright: 2019 Sebastian Thiel <byronimo@gmail.com> License: Expat Files: debian/* Copyright: 2026 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> 2026 Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com> 2026 Luiz Georg <luizgngeorg@gmail.com> License: Expat 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.