gir1.2-ayatanacommon-0.0

Ayatana System Indicators' common API functions (GObject Introspection)

This package contains common API functions used by Ayatana System Indicators.
DVB channel scanner (successor of w_scan)

w-scan-cpp

DVB channel scanner (successor of w_scan)

This is w_scan_cpp - a dtv channel scanner based on VDR (www.tvdr.de) and its Plugins.

ruby-kas-grpc

Auto-generated gRPC client for KAS

The Kubernetes Agent Server (KAS) is a GitLab backend service dedicated to managing Kubernetes Agents. This gem is the auto-generated gRPC client for it.

libopenzwave1.6t64

API to use a Z-Wave controller

OpenZWave is an open-source, cross-platform library designed to enable anyone to add support for Z-Wave home-automation devices to their applications, without requiring any in depth knowledge of the Z-Wave protocol.

parsyncfp2

Multihost parallel rsync wrapper

parsyncfp2 is a tool to efficiently transfer 10s of gigabytes across a network by running several instances of rsync in parallel. It aggregates files into chunks (or partitions) of a specified size, and then transfers each chunk using parallel runs of rsync. It needs to be installed only on the source end of the transfer.

python3-overrides

Python decorator to verify that expected overrides are maintained

Provides a decorator @override that verifies that a method that should override an inherited method actually does it. Python has no standard mechanism by which to guarantee that (1) a method that previously overrode an inherited method continues to do so, and (2) a method that previously did not override an inherited will not override now. This package allows this to be addressed in an automated manner.