libaunit22

AUnit, a unit testing framework for Ada: shared library

AUnit is a set of Ada packages based on the xUnit family of unit test frameworks. It's intended as a developer's tool to facilitate confident writing and evolution of Ada software. It is purposely lightweight, as one of its main goals is to make it easy to develop and run unit tests, rather than to generate artifacts for process management. The framework supports easy composition of sets of unit tests to provide flexibility in determining what tests to run for a given purpose.

libgnatprj11

support for programs processing GNAT projects (runtime)

GNAT projects are human-readable text files used to drive tools building or inspecting lots of source files in several programming languages, like those provided by the gprbuild package.

lua-vips

Fast image processing library with low memory needs for Lua

Lua module that implements bindings for VIPS using LuaJIT's FFI module.

fonts-topaz-unicode

Amiga 500 "Topaz" font updated for the 21st century

This is therefore a highly nostalgic typeface for people of a certain age and geographical distribution, but it's also a genuinely good font. It's high contrast, it's consistently designed (within the limits of 8x8px), and it's quite compact.

python3-pyfastx

fast random access to sequences from FASTA/Q file - python3 module

The pyfastx is a lightweight Python C extension that enables users to randomly access to sequences from plain and gzipped FASTA/Q files. This module aims to provide simple APIs for users to extract sequence from FASTA and reads from FASTQ by identifier and index number. The pyfastx will build indexes stored in a sqlite3 database file for random access to avoid consuming excessive amount of memory. In addition, the pyfastx can parse standard (sequence is spread into multiple lines with same length) and nonstandard (sequence is spread into one or more lines with different length) FASTA format.

python3-cached-ipaddress

Cache construction of IP address objects

Provides a caching mechanism for IP address objects. This module caches the construction of IP address objects and their properties, making it efficient when dealing with frequently encountered IP addresses.