Thu, 06 Jun 2024 23:24:53 UTC | login

Information for build rust-vte-0.3.3-3.fc31

ID110989
Package Namerust-vte
Version0.3.3
Release3.fc31
Epoch
SummaryParser for implementing terminal emulators
DescriptionParser for implementing virtual terminal emulators in Rust. The parser is implemented according to Paul Williams' ANSI parser state machine. The state machine doesn't assign meaning to the parsed data and is thus not itself sufficient for writing a terminal emulator. Instead, it is expected that an implementation of the Perform trait which does something useful with the parsed data. The Parser handles the book keeping, and the Perform gets to simply handle actions.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 31 Jul 2019 17:45:28 UTC
CompletedWed, 31 Jul 2019 17:45:28 UTC
Tags
f31
f32
f33
RPMs
src
rust-vte-0.3.3-3.fc31.src.rpm (info) (download)
noarch
rust-vte+default-devel-0.3.3-3.fc31.noarch.rpm (info) (download)
rust-vte-devel-0.3.3-3.fc31.noarch.rpm (info) (download)
Changelog * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Jul 20 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.3-2 - Regenerate * Sat Apr 13 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.3.3-1 - Initial package