g++-14-arc-linux-gnu

GNU C++ compiler for arc-linux-gnu architecture

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

gm2-13-alpha-linux-gnu

GNU Modula-2 compiler for the alpha-linux-gnu architecture

This is the GNU Modula-2 compiler for the alpha-linux-gnu architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code.

gm2-13-m68k-linux-gnu

GNU Modula-2 compiler for the m68k-linux-gnu architecture

This is the GNU Modula-2 compiler for the m68k-linux-gnu architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code.

gnat-13-alpha-linux-gnu

GNU Ada compiler for the alpha-linux-gnu architecture

GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC).

libuucp-ocaml

access properties of Unicode characters (runtime files)

This low-deps library gives access to properties of Unicode characters of the Unicode character database.

python3-pyfastx

fast random access to sequences from FASTA/Q file - python3 module

The pyfastx is a lightweight Python C extension that enables users to randomly access to sequences from plain and gzipped FASTA/Q files. This module aims to provide simple APIs for users to extract sequence from FASTA and reads from FASTQ by identifier and index number. The pyfastx will build indexes stored in a sqlite3 database file for random access to avoid consuming excessive amount of memory. In addition, the pyfastx can parse standard (sequence is spread into multiple lines with same length) and nonstandard (sequence is spread into one or more lines with different length) FASTA format.