tmpreaper

cleans up files in directories based on their age

This package provides a program that can be used to clean out temporary-file directories. It recursively searches the directory, refusing to chdir() across symlinks, and removes files that haven't been accessed in a user-specified amount of time. You can specify a set of files to protect from deletion with a shell pattern. It will not remove files owned by the process EUID that have the `w' bit clear, unless you ask it to, much like `rm -f'. `tmpreaper' will not remove symlinks, sockets, fifos, or special files unless given a command line option enabling it to.

libtest2-plugin-ioevents-perl

module to turn STDOUT and STDERR into Test2 events

Test2::Plugin::IOEvents turns prints to STDOUT and STDERR (including warnings) into proper Test2 events.

python3-construct-classes

Python module for parsing and packing data classes

Construct Classes relies on python3-construct for parsing binary data into data classes and packing data classes into binary data. The programmer needs to manually write the Construct expressions. There is no type verification, so it is the programmer's responsibility that the dataclass and the Construct expression match.

python3-foscam

Library to interact with Foscam IP Cameras

This library allows users to interact with Foscam IP Cameras over a network. Users can perform operations such as moving the camera lens, stopping motion, and retrieving IP and port information. Commands can be sent asynchronously, enabling non-blocking operations. Callbacks can also be specified to handle the response of commands, providing flexibility in managing camera interactions.

libheif-plugins-all

HEIF and AVIF file format decoder and encoder - plugins metapackage

libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022 (2nd Edition) capabilities.

ruby-maxitest

Minitest + all the features you always wanted

Features: 1. Ctrl+c stops tests and prints failures 2. pastable rerun snippet for failures (disabled/integrated on rails 5) 3. multiple before & after blocks 4. around blocks around { |t| Dir.chdir(...) { t.call } } 5. red-green output (disabled/integrated on rails 5) 6. mtest executable to run by line number and by folder (disabled/integrated on rails 5) 7. full backtrace for errors and assertions with verbose (-v) 8. And more!