gccgo-14-x86-64-linux-gnux32

GNU Go compiler for the x86_64-linux-gnux32 architecture

This is the GNU Go compiler for the x86_64-linux-gnux32 architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code.

gnat-14-powerpc64-linux-gnu

GNU Ada compiler for the powerpc64-linux-gnu architecture

GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC).

python3-pyelectra

Library to control Electra Smart Air Conditioner devices

This library enables communication with Electra Smart Air Conditioner devices using their cloud API. It provides functionalities such as device discovery, token generation, and sending commands to control air conditioning units. Users can turn devices on or off, set modes, adjust temperatures, change fan speeds, and more. Designed for seamless integration into home automation systems, this library simplifies the process of managing Electra Smart appliances remotely.

gstreamer1.0-gtk4

GStreamer GTK 4 sink element - gstreamer plugin

gstreamer plugin for gtk4 sink elements

python3-custodian

flexible just-in-time job management framework in Python

Custodian is a simple, robust and flexible just-in-time (JIT) job management framework written in Python. Using custodian, you can create wrappers that perform error checking, job management and error recovery. It has a simple plugin framework that allows you to develop specific job management workflows for different applications.

python3-tokenize-rt

wrapper around the Python stdlib `tokenize` which roundtrips

The stdlib tokenize module does not properly roundtrip. This wrapper around the stdlib provides two additional tokens ESCAPED_NL and UNIMPORTANT_WS, and a Token data type. Use src_to_tokens and tokens_to_src to roundtrip.