pd-pdp
Graphics system for Pd
PDP is an extension library for Pd that allows you to manipulate movies
and live video data in realtime. PDP stands for Pd Packet, the data
container that is used for images in PDP.
python3-jupyter-core
Core common functionality of Jupyter projects for Python 3
This software component contains the base framework (application
classes and configurations) for the rest of the Jupyter projects ; it
doesn't do much by itself.
libnvblas11
NVBLAS runtime library
The Compute Unified Device Architecture (CUDA) enables NVIDIA
graphics processing units (GPUs) to be used for massively parallel
general purpose computation.
gm2-10
GNU Modula-2 compiler
This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms
supported by gcc. It uses the gcc backend to generate optimised code.
gobjc++-10
GNU Objective-C++ compiler
This is the GNU Objective-C++ compiler, which compiles
Objective-C++ on platforms supported by the gcc compiler. It uses the
gcc backend to generate optimized code.
randombytes
Library generating fresh randomness - command-line tool
librandombytes is a public-domain library providing a simple API for
applications generating fresh randomness: include <randombytes.h>,
call randombytes(x, xbytes) whenever desired to generate fresh random bytes
x[0], x[1], ..., x[xbytes-1], and link with -lrandombytes.