autoflake
Removes unused imports and unused variables in Python code
By default, autoflake only removes unused imports for modules that are part of
the standard library. (Other modules may have side effects that make them
unsafe to remove automatically.) Removal of unused variables is also disabled
by default.
linux-libc-dev-powerpc-cross
Linux Kernel Headers for development (for cross-compiling)
This package provides headers from the Linux kernel. These headers
are used by the installed headers for GNU glibc and other system
libraries. They are NOT meant to be used to build third-party modules for
your kernel. Use linux-headers-* packages for that.
binutils-mingw-w64-x86-64
Cross-binutils for Win64 (x64) using MinGW-w64
MinGW-w64 provides a development and runtime environment for 32- and
64-bit (x86 and x64) Windows applications using the Windows API and
the GNU Compiler Collection (gcc).
libio-pipely-perl
portable way to create pipe() or pipe-like handles
IO::Pipely provides a couple functions to portably create one- and
two-way pipes and pipe-like socket pairs. It acknowledges and works
around known platform issues so you don't have to.
r-cran-rcppdate
GNU R package with 'Date' bindings
The package provides the 'date' C++ library for use by R. 'date' is
a C++ header library offering extensive date and time functionality
for the C++11, C++14 and C++17 standards written by Howard Hinnant
(and included in slightly modified form in C++20).
python3-flask-login
user session management for Flask -- Python 3 module
Flask-Login provides user session management for Flask. It handles the
common tasks of logging in, logging out, and remembering your users'
sessions over extended periods of time.