gobjc++-11-mips64-linux-gnuabi64

GNU Objective-C++ compiler

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

python3-depinfo

retrieve and print Python 3 package dependencies

This is a utility Python package intended for other library packages. It provides a function that when called with your package name, will print platform and dependency information.

libgnuastro18

GNU Astronomy Utilities shared libraries

GNU Astronomy Utilities (Gnuastro) is a collection of programs (the `gnuastro' package) and librarires (this package along with `libgnuastro-dev') for astronomical data analysis and manipulation. The programs can be run on the command-line for efficient and easy usage and the libraries can be used within C and C++ programs.

kscreen

KDE monitor hotplug and screen handling

KScreen provides multiple monitor support. This support tries to be as smart as possible adapting the behavior of it to each use case making the configuration of monitors as simple as plugging them into your computer.

r-cran-sjmisc

GNU R data and variable transformation functions

Collection of miscellaneous utility functions, supporting data transformation tasks like recoding, dichotomizing or grouping variables, setting and replacing missing values. The data transformation functions also support labelled data, and all integrate seamlessly into a 'tidyverse'-workflow.

python3-oslo.versionedobjects

deals with DB schema versions and code expectations - Python 3.x

oslo.versionedobjects library deals with DB schema being at different versions than the code expects, allowing services to be operated safely during upgrades. It enables DB independent schema by providing an abstraction layer, which allows one to support SQL and NoSQL Databases. oslo.versionedobjects is also used in RPC APIs, to ensure upgrades happen without spreading version dependent code across different services and projects.