lazarus-ide-qt5-3.6

IDE for Free Pascal - Qt version

Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more.

lcl-3.6

Lazarus Components Library - LCL suite

Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more.

libjellyfish-2.0-2t64

count k-mers in DNA sequences (dynamic library of jellyfish)

JELLYFISH is a tool for fast, memory-efficient counting of k-mers in DNA. A k-mer is a substring of length k, and counting the occurrences of all such substrings is a central step in many analyses of DNA sequence. JELLYFISH can count k-mers using an order of magnitude less memory and an order of magnitude faster than other k-mer counting packages by using an efficient encoding of a hash table and by exploiting the "compare-and-swap" CPU instruction to increase parallelism.

liblsan0-riscv64-cross

LeakSanitizer -- a memory leak detector (runtime)

LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer.

libotp0t64-heimdal

Heimdal Kerberos - OTP support library

Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos.

python3-lib1305

Poly1305 one-time authenticator microlibrary - Python wrapper

Python wrapper around implementation of the Poly1305 one-time authenticator. The Python API for lib1305 provides the functions: poly1305.auth() poly1305.verify()