python3-pdm
next generation Python package management tool
PDM is meant to be a next generation Python package management tool.
If you feel you are going well with Pipenv or Poetry and don't want
to introduce another package manager, just stick to it. But if you
are missing something that is not present in those tools, you can
probably find some goodness in pdm.
r-cran-locfdr
GNU R computation of local false discovery rates
This GNU R package can be used for the computation of local false discovery
rates.
distrobox
Another tool for containerized command line environments on Linux
Use any Linux distribution inside your terminal. Distrobox uses podman or
docker to create containers using the Linux distribution of your choice.
Created container will be tightly integrated with the host, allowing to share
the HOME directory of the user, external storage, external usb devices and
graphical apps (X11/Wayland) and audio.
gcc-13-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.
ruby-rspec-parameterized-core
Simple parameterized test syntax for RSpec - core
RSpec::Parameterized supports simple parameterized test syntax in rspec.
python3-psygnal
Fast python callback/event system modeled after Qt Signals
Psygnal (pronounced "signal") is a pure Python implementation of the
observer pattern, with the API of Qt-style Signals with (optional)
signature and type checking, and support for threading.