capsule-nextflow
packaging and deployment tool for Java applications
A capsule is a single executable JAR that contains everything an application
needs to run either in the form of embedded files or as declarative metadata.
It can contain JAR artifacts, dependencies and resources, native libraries,
the required Java Runtime Environment version, the Java Virtual Machine flags
required to run the application well, Java or native agents and more. In
short, a capsule is a self-contained JAR that knows everything there is to
know about how to run the application the way it is meant to run.
depthcharge-tools
Tools for ChromeOS firmware/bootloader integration
The built-in firmware on ChromeOS devices has a custom verified boot
implementation that can only boot from special images written to
partitions of a certain type. This package provides tools that create
these images for the running system and manage these partitions.
libparted-fs-resize0t64
disk partition manipulator - shared FS resizing library
GNU Parted is a program that allows you to create, destroy, resize,
move, and copy disk partitions. This is useful for creating space
for new operating systems, reorganizing disk usage, and copying data
to new hard disks.
python3-slepc4py-complex3.16
Python 3 bindings for SLEPc 3.16 libraries (complex numbers)
SLEPc is the Scalable Library for Eigenvalue Problem Computations.
postgresql-17-partman
PostgreSQL Partition Manager
pg_partman is a PostgreSQL extension to create and manage both time-based and
serial-based table partition sets. Sub-partitioning is also supported. Child
table & trigger function creation is all managed by the extension itself.
Tables with existing data can also have their data partitioned in easily
managed smaller batches. Optional retention policy can automatically drop
partitions no longer needed. A background worker (BGW) process is included to
automatically run partition maintenance without the need of an external
scheduler (cron, etc) in most cases.
libtsan0-armel-cross
ThreadSanitizer -- a Valgrind-based detector of data races (runtime)
ThreadSanitizer (Tsan) is a data race detector for C/C++ programs.
The Linux and Mac versions are based on Valgrind.