python3-millheater

Library to communicate with Mill heaters

This library provides functionality to control Mill heaters and retrieve measured temperatures from them. It supports both cloud and local access, though local access is restricted to Generation 3 heaters sold from Autumn 2021. Users can set room temperatures for comfort, sleep, and away modes through the Mill app.

libcrypt-argon2-perl

Perl interface to the Argon2 key derivation functions

The Crypt::Argon2 implements the Argon2 key derivation function, which is suitable to convert any password into a cryptographic key. This is most often used to secure storage of passwords but can also be used to derive a encryption key from a password. It offers variable time and memory costs as well as output size.

libqgis-analysis3.22.5

QGIS - shared analysis library

QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information.

libsafec3

"safe" C libc extensions (Annex K)

This library implements controversial C11 Annex K (TR24731) extensions. They are most commonly known as _s variants implemented by MSVC, dubbed as "secure" to the point of MSVC-related linters claiming standard functions to be deprecated. However, they've been nearly-universally panned by other libc implementors, the most recent discussion about Annex K removal and/or deprecation being N1967. It is recommended to avoid using these functions -- they're either prone to misuse or merely inefficient (measuring a string's length multiple times being the most frequent case).

libqgis-3d3.22.5

QGIS - shared 3d library

QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information.

libextutils-builder-compiler-perl

interface around different compilers for ExtUtils:Builder

ExtUtils::Builder::Compiler is an interface wrapping around different compilers. It's usually not used directly but by a portability layer like ExtUtils:Builder::Autodetect::C.