This is a staging site. Uploads will not persist. Testing only.

soapysdr0.8-module-remote

Use SoapySDR devices over network (client module)

The SoapyRemote project provides a client module and a server that make it possible on the client side to list and access hardware supported by SoapySDR modules on the server as if they were local modules.

soapysdr0.8-module-uhd

UHD device support for SoapySDR

Both SoapySDR and the Universal Hardware Driver by Ettus Research projects provide libraries to access various software defined radio hardware through a common interface.

node-blueimp-md5

JavaScript library implementing the MD5 hash algorithm

JavaScript MD5 implementation. Compatible with server-side environments like Node.js, module loaders like RequireJS or webpack and all web browsers.

lomiri-sounds

sounds for the Lomiri operating environment

The Lomiri shell is the primary user interface for Lomiri based mobile devices.

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.