gdc-12-multilib-x86-64-linux-gnu

GNU D compiler (version 2, multilib support) (cross compiler for amd64 architect

This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code.

python3-pywavefront

Python 3 loader for Wavefront OBJ files

PyWavefront reads Wavefront 3D object files (something.obj, something.obj.gz and something.mtl) and generates interleaved vertex data for each material ready for rendering.

python3-beniget

collection of compile-time Python AST analyzers

Collection of compile-time analyzers of Python Abstract Syntax Trees that can be used as building blocks to write static analyzers or compilers: * Ancestors: map a node to the list of its enclosing nodes * DefUseChains: map a node to the list of definition points in that node * UseDefChains: map a node to its list of potential definitions

python3-gast

compatibility layer for the AST of various Python versions (Python3 version)

Provides an homogeneous API over the Abstract Syntax Trees of various Python versions (including Python 2 and Python 3), which itself is compatible with the standard library "ast" module API.

gcc-11-offload-nvptx

GCC offloading compiler to NVPTX

The package provides offloading support for NVidia PTX. OpenMP and OpenACC programs linked with -fopenmp will by default add PTX code into the binaries, which can be offloaded to NVidia PTX capable devices if available.

python3-parsley

Pattern-Matching Language Based on OMeta and Python

Parsley, like pyparsing and ZestyParser, uses the PEG algorithm, so each expression in the grammar rules works like a Python expression. In particular, alternatives are evaluated in order, unlike table-driven parsers such as yacc, bison or PLY.