libqgispython3.22.8
QGIS - shared Python library
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
gobjc++-14-multilib-mips64el-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.
libn32stdc++-13-dev-mips-cross
GNU Standard C++ Library v3 (development files) (mips
This package contains the headers and static library files necessary for
building C++ programs which use libstdc++.
gnat-12-riscv64-linux-gnu
GNU Ada compiler
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
qoi
“Quite OK Image Format” for fast, lossless image compression
This is the original QOI implementation to work with images with C or C++.
node-throttleit
Throttle a function in Node.js
throttle is a Node.js module to throttle a JavaScript function.
throttle(fn, wait)
Creates a function that will call fn at most once every wait milliseconds.
Supports leading and trailing invocation.
fn will receive last context (this) and last arguments passed to a
throttled wrapper before fn was invoked.