node-codemirror-lang-xml

XML language support for the CodeMirror code editor

CodeMirror is a code editor component for the web. It can be used in websites to implement a text input field with support for many editing features, and has a rich programming interface to allow further extension.

python3-pytest-httpserver

HTTP server for pytest to test HTTP clients

This library is designed to help to test HTTP clients without contacting the real HTTP server. In other words, it is a fake HTTP server which is accessible via localhost can be started with the pre-defined expected HTTP requests and their responses.

libvolk3.2

vector optimized functions

Vector-Optimized Library of Kernels is designed to help applications work with the processor's SIMD instruction sets. These are very powerful vector operations that can give signal processing a huge boost in performance.

android-boringssl

Google's internal fork of OpenSSL for the Android SDK - tool

The Android SDK builds against a static version of BoringSSL, Google's internal fork of OpenSSL. This package should never be used for anything but Android SDK packages that already depend on it.

node-codemirror-lint

Linting support for the CodeMirror code editor

CodeMirror is a code editor component for the web. It can be used in websites to implement a text input field with support for many editing features, and has a rich programming interface to allow further extension.

python3-aioconsole

Asynchronous console and interfaces for asyncio

Provides asynchronous equivalents for common interaction functionalities like input, print, and exec. It includes an interactive loop for running an asynchronous Python console and a script allowing access to asyncio code during runtime. Users can customize command line interfaces through argparse, and the library offers stream support to serve interfaces instead of using standard streams. It interacts with the Python runtime environment to facilitate asynchronous programming workflows.