php-symfony-password-hasher
password hashing utilities - Symfony Component
The Symfony PasswordHasher Component provides secure password hashing
utilities.
libgphobos2-ppc64-cross
Phobos D standard library (runtime library)
This is the Phobos standard library that comes with the D2 compiler.
libqgis-analysis3.22.16
QGIS - shared analysis library
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
binutils-sparc-linux-gnu
GNU binary utilities, for sparc-linux-gnu target
This package provides GNU assembler, linker and binary utilities
for the sparc-linux-gnu target.
libgm2-17-alpha-cross
GNU Modula-2 standard library (runtime library)
This is the GNU Modula-2 standard library that comes with the gm2 compiler.
python3-asyncinject
Run async workflows using pytest-fixtures-style dependency injection
This library simplifies the execution of parallel asynchronous operations by
utilising a dependency injection style similar to pytest fixtures. It allows
you to define a collection of functions, where the function arguments
represent dependent functions that must be executed first. The library creates
and executes an efficient sequence for executing the necessary functions in
parallel. Functions, whether regular or asynchronous, can be registered and
executed by the library, providing flexibility in managing dependencies. The
dependency injection mechanism allows passing keyword arguments directly to
functions and enables default parameter values, thereby excluding them from
dependency checks. Additionally, users can gather timing information for
executed tasks or disable parallel execution for benchmarking purposes. This
makes the execution of complex workflows more manageable by organizing and
parallelizing dependent tasks.