Review: rust-ratatui-core 0.1.0-1
New Package Report
.changes
| Changed-By | Matthias Geiger |
|---|---|
| Architecture | amd64 source |
| Distribution | experimental |
| Date | Mon, 16 Feb 2026 18:50:38 +0100 |
| Source | rust-ratatui-core |
| Version | 0.1.0-1 |
Changelog
rust-ratatui-core (0.1.0-1) experimental; urgency=medium . * Package ratatui-core 0.1.0 from crates.io using debcargo 2.7.11 * Initial release (Closes: #1128231)
.dsc
| Section | rust |
|---|---|
| Priority | optional |
| Component | main |
| Package-List | librust-ratatui-core-dev deb rust optional arch=any |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: ratatui-core Upstream-Contact: Florian Dehau <work@fdehau.com> The Ratatui Developers Source: https://github.com/ratatui/ratatui Files: * Copyright: Florian Dehau <work@fdehau.com> The Ratatui Developers License: MIT Files: debian/* Copyright: 2026 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> 2026 Matthias Geiger <werdahias@debian.org> License: MIT License: MIT 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.
Review Information
accepted — allocated to siretart 19 days ago, started 19 days ago, completed 19 days ago.
Final Comment
Public Notes
19 days ago
● public
licensecheck
Command: licensecheck -r . | grep -v 'No copyright'
Exit code: 0
./debian/copyright: MIT License
./debian/copyright.debcargo.hint: MIT License
19 days ago
● public
lrc
Command: lrc
Exit code: 0
en: Versions: licenserecon '12.0' licensecheck '3.3.9-1'
Parsing Source Tree ....
Reading d/copyright ....
Running licensecheck ....
No significant differences found
19 days ago
● public
copyright-grep
Command: rg -i '(licen[cs]e|copyr|©|\(c\))' --heading
Exit code: 0
Cargo.toml.orig
license.workspace = true
README.md
[](../LICENSE)
### License
This project is licensed under the MIT License. See the [LICENSE](../LICENSE) file for details.
src/style.rs
Style::new().patch(a).patch(b).patch(c).patch(d),
src/buffer/cell.rs
if let Some(c) = style.fg {
if let Some(c) = style.bg {
if let Some(c) = style.underline_color {
src/lib.rs
//! ## License
//! This project is licensed under the MIT License. See the [LICENSE](../LICENSE) file for details.
Cargo.toml
license = "MIT"
src/layout/layout.rs
/// [1, 2, 3].iter().map(|&c| Constraint::Length(c)),
/// Layout::default().constraints([1, 2, 3].iter().map(|&c| Constraint::Length(c)));
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Copyright:
License: MIT
Copyright:
License: MIT
License: MIT
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
The above copyright notice and this permission notice shall be included in all
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
debian/copyright.debcargo.hint
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Copyright:
License: MIT
FIXME (overlay): Since upstream copyright years are not available in
Copyright:
License: MIT
License: MIT
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
The above copyright notice and this permission notice shall be included in all
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER