libsrt1.5-openssl

Secure Reliable Transport UDP streaming library (OpenSSL flavour)

SRT is a latency-aware UDP transport mechanism optimized for video streams. It detects and compensates for jitter and bandwidth fluctuations due to network congestion. It mitigates packet loss and supports AES encryption.

python3-serializable

base class with serialization methods

"Serialisation" refers to the transformation of objects into a bitstream and back into the original structure. The idea expressed by this class has a direct analogy to Java: A method is declared thattransform the object into, e.g., a JSON formatted file. Another method knows how to reinstantiate the object from that output.

libzstd-jni-java

JNI bindings for Zstd (Java files)

Native library that provides a fast and high-compression lossless algorithm for Android, Java, and all JVM languages. It features static compress/decompress methods, implementation of InputStream and OutputStream for transparent compression of data streams fully compatible with the "zstd" program, and minimal performance overhead.

python3-concurrent-log-handler

Additional log handler for Python's standard logging package

This handler will write log events to a log file which is rotated when the log file reaches a certain size. Multiple processes can safely write to the same log file concurrently. Rotated logs can be gzipped if desired. Both Windows and POSIX systems are supported. An optional threaded queue logging handler is provided to perform logging in the background.

golang-1.21

Go programming language compiler - metapackage

The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.

libbemenu-x11

Dynamic menu inspired by dmenu (X11 backend)

bemenu is a dynamic menu for tty (using ncurses), X11 and/or Wayland, inspired by dmenu. It reads a list of newline-separated items from standard input. When the user selects an item and presses Return, their choice is printed to standard output and bemenu terminates. Entering text will narrow the items to those matching the tokens in the input.