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.
atop
Monitor for system resources and process activity
Atop is an ASCII full-screen performance monitor, similar to the top command,
but atop only shows the active system-resources and processes, and only shows
the deviations since the previous interval. At regular intervals, it shows
system-level activity related to the CPU, memory, swap, disks and network
layers, and it shows for every active process the CPU utilization in system
and user mode, the virtual and resident memory growth, priority, username,
state, and exit code. The process level activity is also shown for processes
which finished during the last interval, to get a complete overview about the
consumers of things such as CPU time.
ghc
The Glasgow Haskell Compilation system
The Glorious Glasgow Haskell Compilation system (GHC) is a compiler for
Haskell.
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.
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.