gdc-14-riscv64-linux-gnu
GNU D compiler (version 2) for the riscv64-linux-gnu architecture
This is the GNU D compiler for the riscv64-linux-gnu architecture,
which compiles D on platforms supported by gcc.
It uses the gcc backend to generate optimised code.
gccgo-14-multilib-x86-64-linux-gnu
GNU Go compiler (multilib support) (cross compiler for amd64 architecture)
This is the GNU Go compiler, which compiles Go on platforms supported
by the gcc compiler.
mcxtrace-mxdisplay-pyqtgraph
X-ray ray-trace simulation - pyqtgraph instrument display
McXtrace is a tool for carrying out highly complex Monte Carlo
ray-tracing simulations of X-ray beamlines to high precision. The
simulations can compute all aspects of the performance of beamlines
and can thus be used to optimize the use of existing equipment,
design new instrumentation, and carry out virtual experiments for
e.g. training, experimental planning or data analysis.
gccgo-13-for-build
GNU Go compiler for the build architecture
This is the GNU Go compiler for the build architecture, which
compiles Go on platforms supported by the gcc compiler. It uses the gcc
backend to generate optimized code.
python3-djangorestframework-flex-fields
Dynamic fields and nested resources for DRF (Python3 version)
FlexFields (DRF-FF) for Django REST Framework is a package designed to provide
a common baseline of functionality for dynamically setting fields and nested
models within DRF serializers. To remove unneeded fields, you can dynamically
set fields, including nested fields, via URL parameters
(?fields=name,address.zip) or when configuring serializers. Additionally, you
can dynamically expand fields from simple values to complex nested models, or
treat fields as "deferred", and expand them on an as-needed basis.