libspatialindex-c7

General framework for developing spatial indices - C library

Spatialindex is a C++ library that provides a framework for developing spatial indices. Currently it defines generic interfaces, provides simple main memory and disk based storage managers and a robust implementation of an R*-tree, an MVR-tree and a TPR-tree.

libx32gphobos5-i386-cross

Phobos D standard library (runtime library)

This is the Phobos standard library that comes with the D2 compiler.

python3-libpulse

async Python 3 bindings for Pulseaudio and Pipewire pulse library

libpulse is a Python module based on asyncio, that uses ctypes to interface with the pulse library of the PulseAudio and PipeWire sound servers. The interface is meant to be complete. That is, all the constants, structures, plain functions and async functions are made available by importing the libpulse module.

python3-graphene-directives

schema directives implementation for graphene

Graphene directives provides the implementation of schema directives needed for graphene.

python3-graphene-federation

federation implementation for graphene

Federation support for Graphene, following the Apollo federation specifications.

python3-imapclient

Easy-to-use Python IMAP client library (Python 3)

IMAPClient is a high-level Python library to access mailboxes via the IMAP protocol. It relieves the user of many low-level tasks like parsing server responses, encoding of unicode strings used as folder names, optional translation of timestamps into local time of the client and more. The information is delivered in handy Python data structures that can be easily used for further processing. To help with code development or for quick inspections IMAPClient also offers easy-to-use interactive sessions.