gcc-11-x86-64-linux-gnux32

GNU C compiler (cross compiler for x32 architecture)

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

gccbrig-11-x86-64-linux-gnux32

GNU BRIG (HSA IL) frontend

This is the GNU BRIG (HSA IL) frontend. The consumed format is a binary representation. The textual HSAIL can be compiled to it with a separate assembler.

gccgo-11-multilib-powerpc-linux-gnu

GNU Go compiler (multilib support) (cross compiler for powerpc architecture)

This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler.

gccgo-11-multilib-sparc64-linux-gnu

GNU Go compiler (multilib support) (cross compiler for sparc64 architecture)

This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler.

gccgo-11-powerpc-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.

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.