hare

Simple, stable and robust systems programming language

Hare uses a static type system, manual memory management, and a minimal runtime. It is well-suited to writing operating systems, system tools, compilers, networking software, and other low-level, high performance tasks.

python3-spotipy

Lightweight library for accessing the Spotify Web API

Spotipy is a lightweight Python library providing access to the Spotify Web API. It allows users to interact with a variety of Spotify services, including retrieving music data, accessing user-authorized endpoints, and interacting with playlists and tracks.

resource-agents

Cluster Resource Agents

This package contains cluster resource agents (RAs) compliant with the Open Cluster Framework (OCF) specification, used to interface with various services in a High Availability environment managed by the Pacemaker resource manager.

libdmrconf0

Library to program DMR radios

Libdmrconf is a Qt5 library to interface and program DMR radios. DMR is a digital modulation standard used in amateur and commercial radio. This library provides the core functionality to read, write, encode and decode binary codeplugs for several radios, including AnyTone AT-D868UVE, AT-D878UV, AT-878UVII, AT-D578UV, TyT MD-390, MD-UV380, MD-UV390, MD-2017, Retevis RT8, RT3S, RT82, Radioddity RD5R, GD-77, Baofeng DMR-6X2 and radio running the OpenGD77 firmware.

readsb

Mode-S/ADSB/TIS decoder for RTLSDR, BladeRF, Modes-Beast and GNS5894 devices

As a former fork of dump1090-fa it is using that code base but development will continue as a standalone project with new name. Readsb can co-exist on the same host system with dump1090-fa, it doesn't use or modify its resources.

python3-vincenty

Python library for calculating geographical distance with high accuracy

Vincenty is a Python library that calculates the geographical distance between two points with extreme accuracy, utilizing Vincenty's formula. Based on the WGS 84 reference ellipsoid, this method is precise to within 1 mm or better. Widely employed in geographic information systems (GIS), it offers superior accuracy compared to great-circle distance calculations that assume a spherical Earth. The library supports calculations in both kilometers and miles.