libunix-errno-ocaml

errno variant that includes a variety of constructors

An errno variant similar to Unix.error but including POSIX 2008, Linux, OS X, and FreeBSD constructors. A macro definition type is also provided in order to transport a specific errno-integer map as is the case with FUSE or 9p2000.u. The types and their functions reside in Errno and are independent of any Unix bindings. This makes the library's types usable from MirageOS on top of Xen.

libstarpu-contrib-1.3-9

Task scheduler for heterogeneous multicore machines

StarPU is a runtime system that offers support for heterogeneous multicore machines. While many efforts are devoted to design efficient computation kernels for those architectures (e.g. to implement BLAS kernels on GPUs or on Cell's SPUs), StarPU not only takes care of offloading such kernels (and implementing data coherency across the machine), but it also makes sure the kernels are executed as efficiently as possible.

libkotlinx-atomicfu-java

AtomicFU - Idiomatic atomic operations in Kotlin

AtomicFU is a library that provides the idiomatic and effective way of using atomic operations in Kotlin: Code it like a boxed value, but run it efficiently as java.util.concurrent.atomic.AtomicXxxFieldUpdater. Kotlin-specific extensions (e.g. inline loop, update, updateAndGet functions), atomic arrays, user-defined extensions on atomics and locks.

postgresql-15-bgw-replstatus

report whether PostgreSQL node is master or standby

bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the replication status of a node. It's intended to be polled by a load balancer such as haproxy.

libbotan-2-19

multiplatform crypto library (2.x version)

Botan is a C++ library which provides support for many common cryptographic operations, including encryption, authentication, and X.509v3 certificates and CRLs. A wide variety of algorithms is supported, including RSA, DSA, DES, AES, MD5, and SHA-1.

libkotlinx-coroutines-java

Library support for Kotlin coroutines

Kotlin is a cross-platform, statically typed, general-purpose programming language with type inference. Kotlin is designed to interoperate fully with Java, and the JVM version of its standard library depends on the Java Class Library, but type inference allows its syntax to be more concise.