python3-multipledispatch

multiple dispatch in Python

This implementation of multiple dispatch is efficient, mostly complete, performs static analysis to avoid conflicts, and provides optional namespace support. It looks good too.

iamerican-small

American English dictionary for ispell (small)

This package provides the american-small dictionary, based on the americansml+ dictionary supplied with the source for ispell, with additional words added from the more comprehensive wamerican-small word list package.

libnma-gtk4-0

NetworkManager GUI GTK4 library

This library provides GTK 4 dialogs and UI utilities for NetworkManager.

mistral-event-engine

OpenStack Workflow service - Event Engine

Mistral is a workflow service. Most business processes consist of multiple distinct interconnected steps that need to be executed in a particular order in a distributed environment. One can describe such process as a set of tasks and task relations and upload such description to Mistral so that it takes care of state management, correct execution order, parallelism, synchronization and high availability. Mistral also provides flexible task scheduling so that it can run a process according to a specified schedule (i.e. every Sunday at 4.00pm) instead of running it immediately. Such set of tasks and relations between them is called a workflow.

libqt5gamepad5

Qt 5 gamepad module

Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality.

r-cran-hardhat

GNUR R construct modeling packages

Building modeling packages is hard. A large amount of effort generally goes into providing an implementation for a new method that is efficient, fast, and correct, but often less emphasis is put on the user interface. A good interface requires specialized knowledge about S3 methods and formulas, which the average package developer might not have. The goal of 'hardhat' is to reduce the burden around building new modeling packages by providing functionality for preprocessing, predicting, and validating input.