gccgo-11-sparc64-linux-gnu
GNU Go compiler
This is the GNU Go compiler, which compiles Go on platforms supported
by the gcc compiler. It uses the gcc backend to generate optimized code.
gdc-11-alpha-linux-gnu
GNU D compiler (version 2) (cross compiler for alpha architecture)
This is the GNU D compiler, which compiles D on platforms supported by gcc.
It uses the gcc backend to generate optimised code.
gdc-11-m68k-linux-gnu
GNU D compiler (version 2) (cross compiler for m68k architecture)
This is the GNU D compiler, which compiles D on platforms supported by gcc.
It uses the gcc backend to generate optimised code.
gcc-11-plugin-dev-x86-64-linux-gnux32
Files for GNU GCC plugin development.
This package contains (header) files for GNU GCC plugin development. It
is only used for the development of GCC plugins, but not needed to run
plugins.
python3-ahocorasick
Python module implementing the aho-corasick algorithm
A fast and memory efficient library for exact or approximate multi-pattern
string search meaning that you can find multiple key strings occurrences at
once in some input text. The library provides an `ahocorasick` Python module
that can be used as a plain dict-like Trie or convert a Trie to an automaton
for efficient Aho-Corasick search.
python3-saneyaml
PyYAML wrapper with sane behaviour
saneyaml simple wrapper for PyYAML that makes it easy to load and
dump YAML safely, while preserving ordering and avoiding surprises of type
conversions by loading everything except booleans as strings.