g++-mipsel-linux-gnu

GNU C++ compiler for the mipsel architecture

This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.

g++-mipsisa32r6-linux-gnu

GNU C++ compiler for the mipsr6 architecture

This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.

gvfs-libs

userspace virtual filesystem - private libraries

gvfs is a userspace virtual filesystem where mounts run as separate processes which you talk to via D-Bus. It also contains a gio module that seamlessly adds gvfs support to all applications using the gio API. It also supports exposing the gvfs mounts to non-gio applications using fuse.

python3-sensorpro-ble

Library for interacting with SensorPro BLE devices

This library enables interaction with SensorPro Bluetooth Low Energy (BLE) devices, allowing various tasks such as data collection and device configuration. It supports the automatic discovery of connected SensorPro devices, as well as integration with home automation systems. This facilitates real-time monitoring and management of supported SensorPro devices, providing users with efficient control and data gathering capabilities from their SensorPro devices.

license-detector

Reliable project licenses detector (command line)

It scans the given directory for license files, normalizes and hashes them and outputs all the fuzzy matches with the list of reference texts. The returned names follow SPDX standard.

python3-stream-zip

Python function to construct a ZIP archive on the fly

Python function to construct a ZIP archive on the fly - without having to store the entire ZIP in memory or disk. This is useful in memory-constrained environments, or when you would like to start returning compressed data before you've even retrieved all the uncompressed data. Generating ZIPs on-demand in a web server is a typical use case for stream-zip.