plasma-systemmonitor

System monitor for the Plasma desktop

Plasma System Monitor provides an interface for monitoring system sensors, process information and other system resources.

liboakleaf1

Robust statistical estimates library (run-time support)

Oakleaf is a computer library implementing robust statistical estimates. The library currently supports estimates: the robust mean, the mean of Poisson data, mean by quantilies and the robust linear regression.

python3-rasterio

Python 3 API for using geospatial raster data with Numpy

Rasterio reads and writes geospatial raster datasets.

libkfontinstui6

Plasma Workspace UI components for fonts installation

Plasma Workspace is used as the base for Plasma Desktop, Mobile, and Bigscreen. It contains shared KCM configuration screens, applets as well as multiple libraries.

libopenxr-utils

OpenXR software development kit -- utilities

OpenXR is an API specification for writing portable, cross-platform virtual reality (VR) and augmented reality (AR) software.

libjctools-java

Java Concurrency Tools for the JVM

JCTools offers some concurrent data structures currently missing from the JDK: * SPSC/MPSC/SPMC/MPMC variations for concurrent queues: * SPSC - Single Producer Single Consumer (Wait Free, bounded and unbounded) * MPSC - Multi Producer Single Consumer (Lock less, bounded and unbounded) * SPMC - Single Producer Multi Consumer (Lock less, bounded) * MPMC - Multi Producer Multi Consumer (Lock less, bounded) * An expanded queue interface (MessagePassingQueue): * relaxedOffer/Peek/Poll: trade off conflated guarantee on full/empty queue state with improved performance. * drain/fill: batch read and write methods for increased throughput and reduced contention