libgcc-s1-arc-cross

GCC support library (arc)

Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages.

g++-14-multilib-i686-linux-gnu

GNU C++ compiler (multilib support) (cross compiler for i386 architecture)

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

libjson-schema-modern-perl

module to validate JSON data against a schema

JSON::Schema::Modern aims to be a fully-compliant JSON Schema evaluator and validator, targeting the currently-latest Draft 2020-12 (https://json-schema.org/specification-links.html

libatomic1-loong64-cross

support library providing __atomic built-in functions

library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library.

libatomic1-arc-cross

support library providing __atomic built-in functions

library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library.

libasan8-sparc64-cross

AddressSanitizer -- a fast memory error detector

AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.