susv5

Fetch and install SUSv5 (POSIX.1-2024)

The Single Unix Specifications are not permitted to be generally redistributed, so this is an installer that fetches them and installs them in a Debian appropriate way. This installer will fetch and install POSIX.1-2024 (variously also known as IEEE Std 1003.1-2024, The Open Group Base Specifications Issue 8, 2024 Edition, or Single Unix Specification v5, 2024 edition).

node-lib0

Monorepo of isomorphic utility functions

This library is meant to replace all global JavaScript functions with isomorphic module imports. Additionally, it implements several performance-oriented utility modules. Most noteworthy are the binary encoding/decoding modules lib0/encoding and lib0/decoding, the randomized testing framework lib0/testing, the fast Pseudo Random Number Generator lib0/PRNG, the small socket.io alternative lib0/websocket, and the logging module lib0/logging that allows colorized logging in all environments.

libokular6core3

libraries for the Okular document viewer

This package contains libraries used by the Okular document viewer.

python3-gql

GraphQL client for Python

This library provides a versatile GraphQL client that allows for the execution of GraphQL queries, mutations, and subscriptions. It supports multiple transport protocols including HTTP, websockets, and AWS AppSync. The client offers both synchronous and asynchronous usage, enabling concurrent requests. Queries can be validated locally, with the option to use a provided GraphQL schema or fetch one from the backend through introspection. Additional features include file uploads, custom scalars and enums, as well as a CLI tool to execute GraphQL queries or download schemas. The DSL module allows dynamic composition of GraphQL queries, making it highly adaptable to various use cases.

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.

python3-pure-pcapy3

Pure Python reimplementation of pcapy

This package provides an API-compatible replacement for the popular pcapy package. Since it is a pure-Python package, it cannot access some elements like live traffic capture directly. Only file operations are allowed right now. Any operation which is available in pcapy and could not be implemented here will throw NotImplementedError. Behaviour should be compatible up to the text of some exceptions (tests are included).