libtinycbor0.6

Concise Binary Object Representation (CBOR) library

TinyCBOR library is a small CBOR encoder and decoder library, optimized for very fast operation with very small footprint. The main encoder and decoder functions do not allocate memory.

python3-datapoint

Library to access UK Met Office weather data via the DataPoint API

This library offers a straightforward interface to retrieve detailed weather data from the UK Met Office's DataPoint API. Users can access a variety of forecast types, including daily forecasts with two time steps and 3-hourly forecasts with eight time steps. In addition to forecasts, it allows users to obtain observations from various sites. The library supports the retrieval of weather data, such as temperature, wind speed, humidity, and UV index.

python3-dataset

database abstraction layer

In short, dataset makes reading and writing data in databases as simple as reading and writing JSON files.

python3-zopfli

cPython bindings for zopfli (Python 3)

pyzopfli is a straight forward wrapper around zopfli's ZlibCompress method. pyzopfli also wraps GzipCompress, but the API point does not try to mimic the gzip module.

libreflectcpp0.14

C++20 library for fast (de-)serialization and validation (shared library)

reflect-cpp is a C++20 library for fast serialization, deserialization and validation using reflection. It supports JSON, BSON, CBOR, flexbuffers, msgpack, TOML, XML, YAML / msgpack.org.

libreproc++14

Cross-platform C99/C++11 process library (C++ library)

reproc (Redirected Process) is a cross-platform C/C++ library that simplifies starting, stopping and communicating with external programs. The main use case is executing command line applications directly from C or C++ code and retrieving their output.