libghc-kvitable-prof
Key/Value Indexed Table container and formatting library; profiling libraries
Allows creation of a table from a set of of Key+Value Indices.
This differs from the standard 'Map' structure in that the 'Map'
simply indexes by value but the KVI table indexes by a
heterogeneous list of keys along with their associated values.
This effectively creates an N-dimensional table, where
@N=Product(Count(Values[key]))@. The table contents can be sparse.
balloon
Password hashing with Balloon in pure Go (program)
This is a pure Go implementation of Balloon password hashing.
See https://crypto.stanford.edu/balloon/ for a description of
balloon hashing.
python3-ecmwflibs
Python 3 module to discover ECMWF libraries.
This module is used by ECMWF python libraries to discover some dependencies.
google-android-ndk-r26c-installer
Google's NDK (Side by side) 26.2.11394342 Installer
This package will download the Google's NDK (Side by side) 26.2.11394342
package and unpacks it into Debian-friendly paths.
libosmocore19
Osmo Core library
This is part of the libosmocore "meta"-library. The libosmocore library
contains various utility functions that were originally developed as part of
the OpenBSC project, but which are of a more generic nature and thus useful to
(at least) other programs that are developed in the sphere of Free Software /
Open Source mobile communication.
node-minipass
Minimal implementation of a PassThrough for Node.js
minipass supports pipe/multi-pipe buffering data until either a "data"
event handler or "pipe()" is added (so firsk chunk not loose).