libdmtx-utils
transitional package for dmtx-utils
This is a transitional package for dmtx-utils, and can be safely removed
after the installation is complete.
blcr-util
Userspace tools to Checkpoint and Restart Linux processes
BLCR (Berkeley Lab Checkpoint/Restart) allows programs running on
Linux to be "checkpointed" (written entirely to a file), and then
later "restarted".
unrar-free
Unarchiver for .rar files
unrar-free can extract files from .rar archives.
This program is a simple command-line front-end to libarchive.
tuxguitar-jack
tuxguitar plugin for sound playback using JACKD
Use Tuxguitar along this plugin if your Sound Device is supported by JACK.
A MIDI expander is required (Hardware or Software).
libemma-java
Java code coverage tool
EMMA is a toolkit for measuring and reporting Java code
coverage. EMMA distinguishes itself from other tools by going after a
unique feature combination: support for large-scale enterprise
software development while keeping individual developer's work fast
and iterative.
python3-torch-scatter
PyTorch Extension Library of Optimized Scatter Operations
This package consists of a small extension library of highly optimized sparse
update (scatter and segment) operations for the use in PyTorch, which are
missing in the main package. Scatter and segment operations can be roughly
described as reduce operations based on a given "group-index" tensor. Segment
operations require the "group-index" tensor to be sorted, whereas scatter
operations are not subject to these requirements.