linux-support-6.10.7
Support files for Linux 6.10
This package provides support files for the Linux kernel build, e.g.
scripts to handle ABI information and for generation of build system meta
data.
php8.4-solr
PHP extension for communicating with Apache Solr server
The Apache Solr PHP extension is an extremely fast, light-weight,
feature-rich library that allows PHP applications to communicate
easily and efficiently with Apache Solr server instances using an
object-oriented API.
libphosh0-41
Pure Wayland shell for mobile devices - binding shared library
Phosh is a graphical shell for Wayland compositors speaking the layer-surface
protocol and aimed at mobile devices like smart phones and tablets using touch
based inputs and small screens.
python3-ratelimitqueue
Rate limited wrapper for Python 3's thread safe queues
This package extends the three built-in Python queues from the queue
module - Queue, LifoQueue, and PriorityQueue - with configurable, rate
limited counterparts. Specifically, the get() method is rate limited
across all threads so that workers can safely consume from the queue
in an unlimited loop, and putting the items in the queue doesn’t need
to require blocking the main thread.
libgomp1-loong64-cross
GCC OpenMP (GOMP) support library
GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers
in the GNU Compiler Collection.
python3-flatdict
Flattened dict classes for Python
FlatDict and FlatterDict are dict classes that allow for single level,
delimited key/value pair mapping of nested dictionaries. You can interact
with FlatDict and FlatterDict like a normal dictionary and access child
dictionaries as you normally would or with the composite key.