This is a staging site. Uploads will not persist. Testing only.

debian-installer-12-netboot-ppc64el

Debian-installer network boot images for ppc64el

This package contains images of the Debian Installer for the ppc64el architecture.

libgnuradio-dab3.10.0

Shared library for gr-dab (DAB/DAB+ receiver)

Contains necessary DSP blocks for receiving DAB and DAB+ transmissions using a software defined radio such as hackrf, rtl-sdr, USRP etc.

linux-support-6.10.6

Support files for Linux 6.10

This package provides support files for the Linux kernel build, e.g. scripts to handle ABI information and for generation of build system meta data.

pipewire-jack

PipeWire JACK plugin, for JACK applications to output via PipeWire

PipeWire is a server and user space API to deal with multimedia pipelines. This includes:

python3-laundrify-aio

Library to communicate with the laundrify API

This library provides an interface to interact with the laundrify API, allowing users to monitor the status of their washing machines or dryers. Through the API, users can obtain machine status, control device settings, and manage their laundry routines from a unified platform. The library communicates with laundrify Wi-Fi power plugs to gather and relay real-time information about connected machines, facilitating better management of laundry activities. Functions provided by the library include exchanging authentication codes for access tokens, retrieving machine information, and parsing API responses to produce actionable data.

python3-flexparser

Parsing using Python typing

The idea behind flexparser is quite simple. To write a class for every type of content (called here `ParsedStatement`) one needs to parse. Each class have a `from_string` constructor. The `typing` module is used extensively to make the output structure easy to use and less error prone.