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

gobjc++-13-multilib-mipsisa64r6-linux-gnuabi64

GNU Objective-C++ compiler (multilib support)

This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler.

gobjc-13-mips-linux-gnu

GNU Objective-C compiler for the mips-linux-gnu architecture

This is the GNU Objective-C compiler for the mips-linux-gnu architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code.

libqgis-3d3.22.4

QGIS - shared 3d library

QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information.

mkcert

Simple zero-config tool to make locally trusted certificates

mkcert is a simple tool for making locally-trusted development certificates. It requires no configuration.

python3-openshift

Python client for the OpenShift API (Python 3)

Python client for the Kubernetes and OpenShift APIs. There are two ways this project interacts with the Kubernetes and OpenShift APIs. The first, now deprecated, is to use models and functions generated with swagger from the API spec. The second, new approach, is to use a single model and client to generically interact with all resources on the server. The dynamic client also works with resources that are defined by aggregated API servers or Custom Resource Definitions.

python3-procset

Pure Python implementation of the interval set data structure

An interval set (provided as the ProcSet class) is a memory-efficient representation of closed-interval sets. A ProcSet is an hybrid between a set and a list of indexes. More precisely, a ProcSet object is an ordered collection of unique non-negative int. It supports most of set operations: notably membership testing, mathematical operations such as intersection, union, and (symmetric) difference; with the additional ability to access its elements by position.