libvpx9

VP8 and VP9 video codec (shared library)

VP8 and VP9 are open video codecs, originally developed by On2 and released as open source by Google Inc. They are the successor of the VP3 codec, on which the Theora codec was based.

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.

libopencv-objdetect410

computer vision Object Detection library

This package contains the OpenCV (Open Computer Vision) Object Detection runtime libraries.

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.