python3-file-read-backwards
Memory efficient way of reading files line-by-line from the end of file
A library designed to read files backward line by line. It supports multiple
encodings such as ascii, latin-1, and utf-8, and handles various newline
characters including '\r', '\r\n', and '\n'. Suitable for processing large
files without consuming a lot of memory, it reads lines as unicode, ensuring
compatibility with most text files. Additionally, it provides functionality
for both incremental line reading and reading lines one at a time through its
API.
libpostproc58
FFmpeg library for post processing - runtime files
FFmpeg is the leading multimedia framework, able to decode, encode, transcode,
mux, demux, stream, filter and play pretty much anything that humans and
machines have created. It supports the most obscure ancient formats up to the
cutting edge.
libcdk-perl
Perl interface for a curses widget library
CDK stands for "Curses Development Kit". CDK sits on top of the curses
library and provides 22 ready to use widgets for rapid application
development of text-based interfaces. CDK delivers many of the common
widget types required for a robust interface. Widgets can be combined
to create complex widgets if needed.
libdata-munge-perl
collection of various utility functions
Data::Munge defines a few generally useful utility functions. For example, a
replacement for map which makes mutations of $_ more convenient, and a
programmatic way to run arbitrary substitutions against strings.
libdbix-class-deploymenthandler-perl
extensible module for DBIx::Class deployment
DBIx::Class::DeploymentHandler is a tool for deploying and upgrading
databases with DBIx::Class. It is designed to be much more flexible
than DBIx::Class::Schema::Versioned.
initramfs-tools
generic modular initramfs generator (automation)
This package builds a bootable initramfs for Linux kernel packages. The
initramfs is loaded along with the kernel and is responsible for
mounting the root filesystem and starting the main init system.