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!

node-async

functions and patterns for asynchronous code - Node.js

Async is a utility module which provides straight-forward, powerful functions for working with asynchronous Javascript.

liboptint-ocaml

efficient integer types on 64-bit architectures (runtime)

This library provides two new integer types, Optint.t and Int63.t, which guarantee efficient representation on 64-bit architectures and provide a best-effort boxed representation on 32-bit architectures.

libstdlib-random-ocaml

versioned Random module from the OCaml standard library (runtime)

The stdlib-random package provides a stable and compiler-independent implementation of all the PRNGs used in the Random module. Those PRNGs are available in the various libraries: