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.
gdc-11-sh4-linux-gnu
GNU D compiler (version 2) (cross compiler for sh4 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-x86-64-linux-gnux32
GNU D compiler (version 2) (cross compiler for x32 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-powerpc-linux-gnu
GNU D compiler (version 2) (cross compiler for powerpc architecture)
This is the GNU D compiler, which compiles D on platforms supported by gcc.
It uses the gcc backend to generate optimised code.
gfortran-11-alpha-linux-gnu
GNU Fortran compiler
This is the GNU Fortran compiler, which compiles
Fortran on platforms supported by the gcc compiler. It uses the
gcc backend to generate optimized code.