python3-aiorussound

Asyncio client for Russound RIO devices

Provides an asynchronous client implementation for interacting with Russound audio controllers using the Russound I/O (RIO) protocol. This library accommodates communication through TCP/IP and RS232, enabling integration with various Russound devices like MBX-PRE, MBX-AMP, and MCA-C5. It offers support for push notifications of system changes and utilizes the built-in Ethernet port on Russound devices for seamless connectivity. The RS232 port can be configured via the SCS-C5 configuration tool or the controller's Web GUI to support RIO protocol instead of RNET.

libapt-pkg7.0

package management runtime library

This library provides the common functionality for searching and managing packages as well as information about packages. Higher-level package managers can depend upon this library.

snowflake-proxy

WebRTC pluggable transport for Tor (proxy)

Snowflake helps users circumvent censorship by making a WebRTC connection to volunteer proxies. These proxies relay Tor traffic to a Snowflake bridge and then to through the Tor network.

libfst26-plugins-base

weighted finite-state transducers library (base plugins)

OpenFst is a library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs).

xfconf-gsettings-backend

utilities for managing settings in Xfce - gsettings backend

xfconf contains xfconfd and xfconf-query. - xfconfd handles the Xfce settings storage - xfconf-query enables users to tune settings from command line

libfst26

weighted finite-state transducers library (runtime)

OpenFst is a library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs). Weighted finite-state transducers are automata where each transition has an input label, an output label, and a weight. The more familiar finite-state acceptor is represented as a transducer with each transition's input and output label equal. Finite-state acceptors are used to represent sets of strings (specifically, regular or rational sets); finite-state transducers are used to represent binary relations between pairs of strings (specifically, rational transductions). The weights can be used to represent the cost of taking a particular transition.