r-cran-itertools

Iterator Tools

Various tools for creating iterators, many patterned after functions in the Python itertools module, and others patterned after functions in the 'snow' package.

lib64gphobos76-mips-cross

Phobos D standard library (runtime library)

This is the Phobos standard library that comes with the D2 compiler.

ruby-sync

two-phase lock with a counter

This package provides they sync gem, which is essentially a module that provides a two-phase lock with a counter.

erlang-bbmustache

Binary pattern match Based Mustache template engine for Erlang/OTP

erlang-bbmustache is binary pattern match based mustache template engine for Erlang/OTP. This does't use a regular expression of Erlang/OTP, and support maps and associative arrays.

postgresql-12-hll

HyperLogLog extension for PostgreSQL

python3-django-modelcluster

clusters of models as a single unit (Python3 version)

django-modelcluster extends Django's foreign key relations to make it possible to work with a 'cluster' of related objects, without necessarily holding them in the database. It introduces a new type of relation, ParentalKey, where the related models are stored locally to the 'parent' model until the parent is explicitly saved. Up to that point, the related models can still be accessed through a subset of the QuerySet API.