libghc-tf-random-prof
high-quality splittable pseudorandom number generator; profiling libraries
This package contains an implementation of a high-quality splittable
pseudorandom number generator. The generator is based on a cryptographic hash
function built on top of the ThreeFish block cipher. See the paper Splittable
Pseudorandom Number Generators Using Cryptographic Hashing by Claessen, Pałka
for details and the rationale of the design.
libopenblas64-0-openmp
Optimized BLAS (linear algebra) library (shared lib, 64bit, openmp)
OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
python3-minijinja
Experimental Python binding of the Rust MiniJinja template engine
MiniJinja is a powerful but minimal dependency template engine for Rust which
is based on the syntax and behavior of the Jinja2 template engine for Python.
It’s implemented on top of serde. The goal is to be able to render a large
chunk of the Jinja2 template ecosystem from Rust with a minimal engine and
to leverage an already existing ecosystem of editor integrations.
minijinja-py (packaged as python3-minijinja) is an experimental binding of
MiniJinja (https://github.com/mitsuhiko/minijinja) to Python. It has somewhat
limited functionality compared to the Rust version. These bindings use
maturin (https://www.maturin.rs/) and pyo3 (https://pyo3.rs/).
fretboard
Guitar chord lookup app for GNOME
Fretboard lets you find guitar chords by typing their names
or by plotting them on an interactive guitar neck. When you
have identified a chord, you can experiment with changing it,
see more ways to play it, or bookmark it to save it for later.
gnustep-multiarch
GNUstep Multi-Arch support
This package contains the symlinks in the GNUstep System Library
(/usr/lib/powerpc64le-linux-gnu/GNUstep) to their corresponding
architecture-independent directories at /usr/share.
python3-first
simple function that returns the first true value from an iterable
A MIT licensed Python package with a simple function that returns the
first true value from an iterable, or None if there is none. If you need
more power, you can also supply a key function that is used to judge the
truth value of the element or a default value if None doesn’t fit your
use case.