Thu, 23 May 2024 06:53:32 UTC | login

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

ID94770
Package Namerust-vte
Version0.3.3
Release2.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, 24 Jul 2019 06:55:46 UTC
CompletedWed, 24 Jul 2019 06:55:46 UTC
Tags
f31
RPMs
src
rust-vte-0.3.3-2.fc31.src.rpm (info) (download)
noarch
rust-vte+default-devel-0.3.3-2.fc31.noarch.rpm (info) (download)
rust-vte-devel-0.3.3-2.fc31.noarch.rpm (info) (download)
Changelog * 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