spirv-cross

Convert SPIR-V to other shader languages (CLI tool)

SPIRV-Cross is a tool designed for parsing and converting SPIR-V to other shader languages: * Convert SPIR-V to readable, usable and efficient GLSL * Convert SPIR-V to readable, usable and efficient MSL * Convert SPIR-V to readable, usable and efficient HLSL * Reflection API to simplify the creation of Vulkan pipeline layouts * Reflection API to modify and tweak OpDecorations * Supports "all" of vertex, fragment, tessellation, geometry and compute shaders

libsaga-gdi9

SAGA GIS shared library (graphical models)

SAGA GIS (System for Automated Geoscientific Analyses) is a geographic information system used for editing and analysing spatial data.

google-android-build-tools-28.0.1-installer

Google's Android SDK Build-Tools 28.0.1 Installer

This package will download the binary Google Android build tools and create a Debian package. The build tools are used in the process of assembling the java code into the APK package. They can also be useful for inspecting APKs.

tryton-modules-authentication-sms

Tryton application platform - authentication sms module

Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth).

python3-zodbpickle

Fork of pickle module for uniform serialization between Python 2 and 3 (Py3)

This package forks the pickle module (and the supporting C extension) from both Python 3.2 and Python 3.3. The fork adds support for the noload operations used by ZODB.

python3-torchaudio

Data manipulation and transformation for audio signal processing

The aim of torchaudio is to apply PyTorch to the audio domain. By supporting PyTorch, torchaudio follows the same philosophy of providing strong GPU acceleration, having a focus on trainable features through the autograd system, and having consistent style (tensor names and dimension names). Therefore, it is primarily a machine learning library and not a general signal processing library. The benefits of Pytorch is be seen in torchaudio through having all the computations be through Pytorch operations which makes it easy to use and feel like a natural extension.