binutils-gold-x86-64-gnu

gold ELF linker for the x86-64-gnu target (deprecated)

Gold is intended to have complete support for ELF and to run as fast as possible on modern systems. For normal use it is a drop-in replacement for the older GNU linker.

binutils-gold-x86-64-linux-gnux32

gold ELF linker for the x86-64-linux-gnux32 target (deprecated)

Gold is intended to have complete support for ELF and to run as fast as possible on modern systems. For normal use it is a drop-in replacement for the older GNU linker.

python3-klepto

Persistent caching to memory, disk or database

klepto extends Python's lru_cache to utilise different keymaps and alternate caching algorithms. This package also has archiving capabilities for longer-term storage. It uses a simple dictionary-style interface for all caches and archives, and all caches can be applied to any Python function as a decorator.

python3-dict2css

μ-library for transforming Python Dicts to CSS (Python 3)

This package provides an API similar to the json and toml modules, with dump and load functions.

rdflib-endpoint

SPARQL endpoint for RDFLib - command line tool

rdflib-endpoint is a SPARQL endpoint based on RDFLib to easily serve RDF files locally, machine learning models, or any other logic implemented in Python via custom SPARQL functions.

python3-bleak-retry-connector

Connector for Bleak Clients that handles transient connection failures

Provides a robust connector for Bleak clients, aimed at enhancing Bluetooth communication stability in Python applications. Intelligently handles transient connection failures by implementing retry mechanisms, thereby improving the reliability of Bluetooth connections. Designed for developers working on Bluetooth applications, simplifies the process of managing connections to BLE devices, especially in environments where connectivity may be prone to interruptions.