libllvmspirvlib12
bi-directional translator for LLVM/SPIRV -- shared library
SPIRV-LLVM-translator is a LLVM/SPIRV bi-directional translator. This
package includes a library and a tool for translation between LLVM IR
and SPIR-V.
python3-setuptools-rust
Setuptools Rust extension plugin
setuptools-rust is a plugin for setuptools to build Rust Python
extensions implemented with PyO3 or rust-cpython.
python3-fonticon-fontawesome6
Font Awesome 6 extension for superqt font icons
The superqt.fonticon module provides a set of utilities for working
with font icons such as Font Awesome or Material Design Icons. This
package provides an extension for Font Awesome 6.
python3-upsetplot
Draw Lex et al.'s UpSet plots with Pandas and Matplotlib
This is another Python implementation of UpSet plots by Lex et al. [Lex2014]_.
UpSet plots are used to visualise set overlaps; like Venn diagrams but
more readable. Documentation is at https://upsetplot.readthedocs.io.
librte-dma-cnxk22
Data Plane Development Kit (librte-dma-cnxk runtime library)
DPDK is a set of libraries for fast packet processing. Applications run
in user-space and communicate directly with dedicated network interfaces.
python3-pytest-env
pytest plugin that allows you to add environment variables
In your pytest.ini (or pyproject.toml) file add a key value pair with `env` as
the key and the environment variables as a line separated list of `KEY=VALUE`
entries. The defined variables will be added to the environment before any
tests are run.