dict-freedict-ell-deu
Modern Greek-German dictionary for the dict server/client
This is the Modern Greek-German dictionary from the FreeDict project. It
contains 10709 headwords (FreeDict status: big enough to be useful). It can be
either used with the dictd server and a dict client or with GoldenDict.
python3-refnx
Neutron and X-ray Reflectometry Analysis in Python
Flexible, powerful, Python package for generalised curvefitting
analysis, specifically neutron and X-ray reflectometry data.
brotli-rs
Compressor and decompressor for brotli written in rust
A compressor and decompressor for brotli with an interface avoiding the rust
stdlib.
This makes it suitable for embedded devices and kernels.
It is designed with a pluggable allocator so that the standard lib's allocator
may be employed.
The default build also includes a stdlib allocator and stream interface.
Disable this with --features=no-stdlib. All included code is safe.
python3-sysv-ipc
semaphores, shared memory and message queues - Python 3.x
Sysv_ipc gives Python programs access to System V semaphores, shared memory
and message queues. Most (all?) Unixes (including OS X) support System V IPC.
python3-uhashring
full featured consistent hashing python library compatible with ketama
Uhashring implements consistent hashing in pure Python.
python3-wrapt
decorators, wrappers and monkey patching. - Python 3.x
The aim of the wrapt module is to provide a transparent object proxy for
Python, which can be used as the basis for the construction of function
wrappers and decorator functions.