libvisp-vision3.6

visual servoing platform vision library

This package contains the ViSP (Visual Servoing Platform) computer vision runtime library.

pypy-pyparsing2

alt to creating/executing simple grammars pyparsing2 - pypy

This is the older version v2.x of pyparsing to support pypy.

soapysdr0.8-module-bladerf

bladeRF device support for SoapySDR

The Soapy bladeRF project provides a SoapySDR hardware support module. Using this, any program using SoapySDR to interface to software defined radio hardware can make use of the nuand bladeRF device to transmit and receive.

wesnoth-1.16-thot

"The Hammer of Thursagan" official campaign for Wesnoth (branch 1.16)

This package contains the "The Hammer of Thursagan" campaign for Wesnoth: "In the first years of the Northern Alliance, an expedition from Knalga seeks out their kin at Kal Kartha and to learn the fate of the legendary Hammer of Thursagan. The perils of their journey through the wild Northern Lands, though great, pale beside the evil they will face at its end." (Intermediate level, 11 scenarios.)

linux-libc-dev-arc-cross

Linux Kernel Headers for development (for cross-compiling)

This package provides headers from the Linux kernel. These headers are used by the installed headers for GNU glibc and other system libraries. They are NOT meant to be used to build third-party modules for your kernel. Use linux-headers-* packages for that.

autoflake

Removes unused imports and unused variables in Python code

By default, autoflake only removes unused imports for modules that are part of the standard library. (Other modules may have side effects that make them unsafe to remove automatically.) Removal of unused variables is also disabled by default.