gccrs-13-i686-linux-gnu

GNU Rust compiler (cross compiler for i386 architecture)

!!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!!

golang-1.17

Go programming language compiler - metapackage

The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.

libinfluxdb-http-perl

Perl way to interact with InfluxDB

InfluxDB::HTTP allows you to interact with the InfluxDB HTTP API. The module essentially provides one method per InfluxDB HTTP API endpoint, that is ping, write and query.

python3-jaraco.collections

models and classes to supplement the stdlib 'collections' module

Jaraco.collections provides additional models and classes in the spirit of stdlib's collections, mostly needed as a dependency of other projects including 'cherrypy'.

python3-jaraco.text

jaraco text manipulation functions

Text manipulation functions and classes, mostly needed as a dependency of other projects involving the same upstream developer, including cherrypy.

python3-lazy-loader

Python module to easily load subpackages and functions on demand

lazy-loader is targeted at libraries that avoids import slowdowns and provides explicit submodule exports. It allows subpackages to be made visible to users without incurring import costs.