libace-xtreactor-7.0.3

ACE-GUI reactor integration for Xt

Recognizing the need to write reactor-based GUI applications, the ACE community has created several reactor extensions for use with X Window System. Each of these extends the ACE_Select_Reactor to work with a specific toolkit. By using these reactors, your GUI application can remain single threaded yet still respond to both GUI events, such as button presses, and your own application events.

lomiri-online-accounts-plugin-sohu

Lomiri Online Accounts account plugin - Sohu

The LomiriOnlineAccounts plugin system provides Lomiri applications with online accounts settings via a central setup mechanism in Lomiri System Settings.

gcc-13-multilib-mips-linux-gnu

GNU C compiler (multilib support) (cross compiler for mips architecture)

This is the GNU C compiler, a fairly portable optimizing compiler for C.

gcc-13-mips-linux-gnu-base

GCC, the GNU Compiler Collection (base package)

This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC).

python3-simplisafe

Library for interacting with SimpliSafe home security systems

This library provides an interface to the SimpliSafe home security systems. It enables users to get real-time data on their system including the status of sensors like CO detectors, entry sensors, freeze sensors, glass break sensors, motion sensors, sirens, smoke detectors, water sensors, and more. Users can also control aspects such as arm/disarm status, lock/unlock status, setting or removing PINs, and adjusting system properties like alarm duration, chime volume, and entry/exit delays. This library communicates with the SimpliSafe API to integrate with SimpliSafe products, making it easier to manage your home security system efficiently.

python3-stdio-mgr

Context manager for mocking/wrapping stdin/stdout/stderr

This library offers a context manager for mocking and wrapping standard input, output, and error streams. It simplifies capturing and testing console inputs and outputs within Python applications. Unlike the standard library's contextlib, this tool provides a more concise way to handle stdin, stdout, and stderr simultaneously, making it particularly useful for managing user inputs and outputs in a controlled environment. Standard input can be pre-loaded or appended during the managed context, which allows for flexible and precise simulation of user interactions. Additionally, the library supports wrapping functions that generate output, enabling the modification of internal print calls within those functions.