pocl-tests
pocl testsuite
Portable Computing Language is an open source implementation of the OpenCL
standard which can be easily adapted for new targets. One of the goals of the
project is improving performance portability of OpenCL programs, avoiding the
need for target-dependent manual optimizations.
libnats3.10
C client for the NATS messaging system
NATS messaging enables the exchange of data that is segmented into messages
among computer applications and services. These messages are addressed by
subjects and do not depend on network location. This provides an abstraction
layer between the application or service and the underlying physical network.
Data is encoded and framed as a message and sent by a publisher.
The message is received, decoded, and processed by one or more subscribers.
python3-vacuum-map-parser-base
Common codebase for creating vacuum map parsers
This library provides a set of foundational classes to be extended by specific
vacuum map parsers. It supports the parsing of maps for various vacuum cleaner
models by offering a structure that can be customized to accommodate different
parsing needs. By defining the basic framework, the library ensures consistent
implementation across different vacuum-specific map parsers. Users can build
upon these base classes to create parsers tailored for specific brands or
types of vacuums, such as Roborock, Viomi, Roidmi, and Dreame, enabling
effective communication and data processing from the devices.
liblowdown2
Simple markdown translator (shared library)
Lowdown is a Markdown translator producing HTML5, roff documents in the ms and
man formats, LaTeX, gemini, and terminal output.
machineid
Get the unique machine id of any host (program)
machineid provides support for reading the unique machine id of most
host OS's (without admin privileges), because sometimes you just need
to reliably identify your machines.
python3-scikit-build-core
Python package build systems and CMake integration (Python 3)
Scikit-build-core is a ground-up rewrite of Scikit-build, a bridge between
Python package build systems and CMake.