This is a staging site. Uploads will not persist. Testing only.

libhts3t64

C library for high-throughput sequencing data formats

HTSlib is an implementation of a unified C library for accessing common file formats, such as SAM (Sequence Alignment/Map), CRAM and VCF (Variant Call Format), used for high-throughput sequencing data, and is the core library used by samtools and bcftools. HTSlib only depends on zlib. It is known to be compatible with gcc, g++ and clang.

libpostproc58

FFmpeg library for post processing - runtime files

FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge.

python3-joserfc

Python library for JSON Object Signing and Encryption (JOSE)

The library provides a comprehensive implementation of several essential JSON Object Signing and Encryption (JOSE) standards. It includes implementations of JSON Web Signature (JWS), JSON Web Encryption (JWE), JSON Web Key (JWK), JSON Web Algorithms (JWA), and JSON Web Token (JWT). The module follows various Request for Comments (RFCs) standards such as RFC7515, RFC7516, RFC7517, RFC7518, RFC7519, and others. Additionally, it supports draft RFC implementations like C20P, XC20P, and the Elliptic Curve Diffie-Hellman One- Pass Unified Model. The extensible API allows for advanced cryptographic operations and secure data transmission.

python3-file-read-backwards

Memory efficient way of reading files line-by-line from the end of file

A library designed to read files backward line by line. It supports multiple encodings such as ascii, latin-1, and utf-8, and handles various newline characters including '\r', '\r\n', and '\n'. Suitable for processing large files without consuming a lot of memory, it reads lines as unicode, ensuring compatibility with most text files. Additionally, it provides functionality for both incremental line reading and reading lines one at a time through its API.

php-symfony-infobip-mailer

Symfony Infobip Mailer Bridge

The Symfony Infobip Mailer Bridge provides Infobip integration for Symfony Mailer.

php-symfony-html-sanitizer

Provides an object-oriented API to sanitize untrusted HTML input for safe

insertion into a document's DOM The Symfony HTML Sanitizer component aims at sanitizing/cleaning untrusted HTML code (e.g. created by a WYSIWYG editor in the browser) into HTML that can be trusted. It is based on the HTML Sanitizer W3C Standard Proposal.