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.

density-fitness

Calculates per-residue electron density scores

The program density-fitness calculates electron density metrics, for main- (includes Cβ atom) and side-chain atoms of individual residues.

agda-stdlib

standard library for Agda

Agda is a dependently typed functional programming language: It has inductive families, which are like Haskell's GADTs, but they can be indexed by values and not just types. It also has parameterised modules, mixfix operators, Unicode characters, and an interactive Emacs interface (the type checker can assist in the development of your code).