libgivaro9

arithmetic and algebraic computations

Givaro is a C++ library for arithmetic and algebraic computations. Its main features are implementations of the basic arithmetic of many mathematical entities: Primes fields, Extensions Fields, Finite Fields, Finite Rings, Polynomials, Algebraic numbers, and Arbitrary precision integers and rationals (C++ wrappers over gmp).

libfishsound1

simple API that wraps Xiph.Org audio codecs

libfishsound is a wrapper around the existing codec libraries and provides a consistent, higher-level programming interface. It has been designed for use in a wide variety of applications; it has no direct dependencies on Annodex or Ogg encapsulation, though it is most commonly used in conjunction with liboggz to decode or encode Ogg encapsulated Vorbis or Speex files.

libgeo-gdal-ffi-perl

foreign function interface for GDAL/OGR binding

Geo::GDAL::FFI is a foreign function interface (FFI) to the GDAL/OGR geospatial data access library.

libio-prompter-perl

Perl module to prompt for input, read it, clean it, return it

IO::Prompter exports a single subroutine, prompt, that prints a prompt (but only if the program's selected input and output streams are connected to a terminal), then reads some input, then chomps it, and finally returns an object representing that text.

python3-doorbirdpy

Library for interfacing with DoorBird devices over LAN

This library provides a structured way to communicate with DoorBird devices over a local network using the LAN API. It allows access to live video and image streams, control of relays, and activation of door-opening mechanisms. Users can retrieve historical images or schedule requests for these devices. Additionally, the library facilitates operations like light control and querying device information. Although features like live audio are not supported, video and image capabilities are well covered, including support for the Real-Time Streaming Protocol (RTSP).

guile-fibers

Guile library with facility to provide Go-like concurrency

Fibers is a facility that provides Go-like concurrency for Guile Scheme, in the tradition of Concurrent ML.