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.
mu4e
e-mail client for Emacs based on mu (maildir-utils)
mu4e (mu-for-emacs) is an e-mail client for GNU-Emacs version 23 and
later, built on top of the mu e-mail search engine. mu4e is optimized
for fast handling of large amounts of e-mail.
gcc-14-alpha-linux-gnu
GNU C compiler for the alpha-linux-gnu architecture
This is the GNU C compiler for the alpha-linux-gnu architecture,
a fairly portable optimizing compiler for C.
g++-14-x86-64-linux-gnux32
GNU C++ compiler for x86_64-linux-gnux32 architecture
This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
ccls
C/C++/ObjC language server
This originates from cquery, and is a server implementing
Language Server Protocol for C/C++/Objective-C. It supports: