libasynccore1.6

AsyncCore library for SvxLink

The SvxLink server provides access to a ham radio transceiver via the EchoLink® protocol. This package contains the AsyncCore library for event-driven applications that use Async classes.

hdf5-filter-plugin

external filters for HDF5: LZ4, BZip2, Bitshuffle

The external filter mechanism introduced with HDF5 1.8.12 allows applications to utilize custom filters not shipped by the HDF5 core library without recompiling your application. This package provides external filters for HDF5 for

fcitx5-table-malayalam-phonetic

Flexible Input Method Framework v5 - Malayalam phonetic table

Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems.

libadios2-serial-core-2.10

ADIOS2 Adaptable IO system for simulations - core libraries (serial)

The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data.

python3-legacycrypt

legacycrypt is a standalone version of

https://docs.python.org/3/library/crypt.html This module implements an interface to the crypt(3) routine, which is a one-way hash function based upon a modified DES algorithm; see the Unix man page for further details. Possible uses include storing hashed passwords so you can check passwords without storing the actual password, or attempting to crack Unix passwords with a dictionary.

python3-pyfakefs

fake fs that mocks the Python file system modules - Python 3

pyfakefs implements a fake file system that mocks the Python file system modules. Using pyfakefs, your tests operate on a fake file system in memory without touching the real disk. The software under test requires no modification to work with pyfakefs.