luksy

offline encryption/decryption using LUKS formats (program)

luksy implements encryption and decryption using LUKSv1 and LUKSv2 formats. Think of it as a clunkier cousin of gzip/bzip2/xz that doesn't actually produce smaller output than input, but it encrypts, and that's nice.

libghc-indexed-traversable-prof

Indexed Traversables for Haskell; profiling libraries

This package provides three useful generalizations: class Functor f => FunctorWithIndex i f | f -> i where \ imap :: (i -> a -> b) -> f a -> f b

route-rnd

external autorouter for pcb-rnd

route-rnd is a generic 'external autorouter' developed for the ringdove suite. It speaks the tEDAx format (http://www.repo.hu/projects/tedax). A route request tEDAx document is generated by a PCB editor, then route-rnd is called and writes the route result tEDAx which then can be fed back to the PCB editor to create the tracks. This process is demonstrated by ringdove's pcb-rnd external autorouter feature.

python3-renson-endura-delta

Library to interact with Renson Endura Delta units

This library provides a interface for communicating with Renson Endura Delta ventilation units over Wi-Fi. It allows for retrieving data from various sensors and controlling different features of the ventilation system. Users can manually override the auto mode, set timers, sync the current time, enable the breeze function, and configure day and night settings. Additionally, pollution control settings such as humidity, air quality, and CO2 levels can be managed. The library also supports establishing filter clean times and comparing the installed firmware version with the online version.

python3-slixmpp-omemo

OMEMO End-to-End Encryption plugin for slixmpp

A plugin for slixmpp offering the OMEMO Multi-End Message and Object Encryption protocol, based on python-omemo.

python3-yamale

schema and validator for YAML

Yamale can be run from the command line to validate one or many YAML files. Yamale will search the directory you supply (current directory is default) for YAML files. Each YAML file it finds it will look in the same directory as that file for its schema, if there is no schema Yamale will keep looking up the directory tree until it finds one. If Yamale can not find a schema it will tell you.