python3-dipy-lib
Python library for the analysis of diffusion MRI datasets -- Python3 extensions
DIPY is a library for the analysis of diffusion magnetic resonance
imaging data.
openfpgaloader
Universal utility for programming FPGAs
FPGAs are software-programmable reconfigurable circuits that when
may implement arbitrary logics, be it to interface to other hardware
as some sort of glue logic or to even outsource computations from your
CPU as an accelerator. Even small FPGAs are today sufficiently capable
to simulate a CPU.
libsub-override-perl
Perl module used to temporarily override subroutines
Perl programmers sometimes have a need to override subroutines,
particularly for testing purposes. Sub::Override provides a simple
way to override subroutines instead of using heavier-weight methods
such as Mock Objects.
cpp-14-for-host
GNU C preprocessor for the host architecture
A macro processor that is used automatically by the GNU C compiler
to transform programs before actual compilation.
weasyprint
Document factory for creating PDF files from HTML
WeasyPrint is a smart solution helping web developers to create PDF
documents. It turns simple HTML pages into gorgeous statistical reports,
invoices, tickets, etc.
python3-pyflakes
passive checker of Python 3 programs - Python modules
Pyflakes is program to analyze Python programs and detect various
errors. It works by parsing the source file, not importing it, so it
is safe to use on modules with side effects. It's also much faster.