python-libfsntfs
NTFS access library -- Python 2 bindings
NTFS is the primary file system for Microsoft Windows versions that
are based on Windows NT. libfsntfs provides a library and tools to
access NTFS volumes.
python3-pygtrie
Python library implementing a trie data structure (Python 3)
Trie data structure, also known as radix or prefix tree, is a tree
associating keys to values where all the descendants of a node have
a common prefix (associated with that node).
pd-purepd
library of standard objects re-implemented using Pd-vanilla
This is a library focused on re-implementing existing objects written in C
using only objects that are included in puredata. The idea is to provide
drop-in replacements for the binary objects usable on any platform that are
also understandable to any Pd programmer.
libclang-cpp16t64
C++ interface to the Clang library
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
breeze-cursor-theme
Default Plasma cursor theme
This is the default cursor theme for the KDE Plasma 6 desktop.
python3-pytest-pylint
pytest plugin to check source code with pylint - Python 3.x
Run pylint with pytest and have configurable rule types (i.e. Convention,
Warn, and Error) fail the build. You can also specify a pylintrc file.