libheif1
HEIF and AVIF file format decoder and encoder - shared library
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.
python3-django-compressor
Compresses linked, inline JS or CSS into single cached files - Python 3.x
Django Compressor combines and compresses linked and inline Javascript or CSS
in a Django templates into cacheable static files by using the compress
template tag.
libocaml-intrinsics-kernel-ocaml
library of intrinsics for OCaml (runtime)
The ocaml_intrinsics_kernel library provides an OCaml interface to
operations that have dedicated hardware instructions on some
micro-architectures. Currently, it provides the following operations:
python3-aioridwell
asyncio-based API for interacting with Ridwell waste recycling
This package provdies an asyncio-friendly library for interacting with Ridwell
to view information on upcoming recycling pickups.
python3-aioruckus
API to interact with Ruckus Unleashed and ZoneDirector devices
This package provides a Python API which interacts with Ruckus Unleashed and
ZoneDirector devices via their AJAX Web Service interface. Configuration
information can also be queried from Ruckus Unleashed and ZoneDirector backup
files.
python3-aioserial
Asynchronous serial port library
This library provides an asynchronous interface to serial ports, combining the
functionality of asyncio and pySerial. It allows asynchronous reading and
writing to serial devices, making it suitable for applications that require
non-blocking serial communication. With aioserial, you can perform tasks such
as reading from and writing to serial ports asynchronously, handling timeouts,
and integrating seamlessly with the asyncio event loop. It is designed to
simplify the management of serial communication in asynchronous Python
applications.