python3-nest-asyncio
Patch asyncio to allow nested event loops
By design, asyncio does not allow for nested event loops. This module
provides a function that patches asyncio in order to allow nested use
of asyncio.run and loop.run_until_complete.
cksfv
sfv checker and generator
SFV, Simple File Verification, uses crc32 checksums to verify
that files are intact. cksfv automates the task of generating
and checking .sfv sheets.
For integrity, md5 checksums are probably a better alternative,
but sfv is a widely used method for verification on the
USENET binary newsgroups and other places.
ruby-ridley
Ruby library that provides a full featured Chef API client
Ridley is a reliable and very convenient Chef client. Among its key features,
it exposes a number of functions that return resources which they can be
used to retrieve or create objects on a Chef server.
mxt-app
Command line utility for maXTouch devices
mxt-app is a utility for managing Atmel maXTouch touch controllers and other
devices that support Atmel Object Based Protocol.
libcdio-paranoia2
library to read digital audio CDs with error correction
This library is made to read digital audio CDs, with error
correction. It does its best to correct errors and jitter that happen
when reading such discs. As it uses libcdio as a backend, it supports
the same kind of CDROM drives (and images) as libcdio.