libkpim6pimcommon6
Common library for KDE PIM
This library provides the common parts used across different KDE PIM
components.
libkpim6pimcommonakonadi6
Common library for KDE PIM Akonadi
This library provides the common parts used across different KDE PIM Akonadi
components.
python3-orderly-set
contains multiple implementations of Ordered Set
This implementation keeps the order in all set operations except
set difference operations. As a result, it can do set difference operations
much faster than other implementations. Still 2X slower than of Python's
built-in set.
libkpim6calendarsupport6
KDE PIM Calendar support - library
This library provides calendar support for KDE PIM.
python3-django-auditlog
Library for logging changes to Django models
This library records modifications to Django model instances along with the
user responsible for the change. It offers more flexibility compared to
Django's default admin log and provides a JSON summary of modifications,
allowing easy tracking of changes across models. Designed to be simple and
efficient, it minimizes storage use by avoiding full version control, instead
focusing on logging key attributes and actions for each change. It
communicates directly with Django models to capture and store these logs,
integrating seamlessly into Django-based applications.
libhalide19-0
fast, portable computation on images and tensors
Halide is a programming language designed to make it easier to write
high-performance image and array processing code on modern machines.
Halide currently targets:
* CPU architectures: X86, ARM, Hexagon, PowerPC, RISC-V
* Operating systems: Linux, Windows, macOS, Android, iOS, Qualcomm QuRT
* GPU Compute APIs: CUDA, OpenCL, Apple Metal, Microsoft Direct X 12, Vulkan
Rather than being a standalone programming language,
Halide is embedded in C++. This means you write C++ code that builds
an in-memory representation of a Halide pipeline using Halide's C++ API.
You can then compile this representation to an object file,
or JIT-compile it and run it in the same process.