libksanecore6-1
library providing logic to interface scanners
KSaneCore is a library that provides a Qt interface for the SANE library for
scanner hardware.
libvirt-ssh-proxy
virtualization library - SSH proxy
libvirt exposes a long-term stable API that can be used to interact with
various hypervisors. Its architecture is highly modular, with most features
implemented as optional drivers. It can be used from C as well as several
other programming languages, and it forms the basis of virtualization
solutions tailored for a range of use cases.
python3-extinction
Fast interstellar dust extinction laws (Python 3)
Extinction contains Cython-optimised implementations of empirical dust
extinction laws found in the astronomical literature.
xen-utils-4.20
Xen administrative tools
The userspace tools to manage a system virtualized through the Xen virtual
machine monitor.
libxenmisc4.20
Xen runtime libraries - miscellaneous, versioned ABI
Shared libraries for Xen utilities.
This package contains libraries whose ABI changes with each
new upstream Xen release, which include ones which embed
knowledge of hypervisor-version-specific hypercall ABIs.
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.