This is a staging site. Uploads will not persist. Testing only.

gcc-14-plugin-dev-x86-64-linux-gnu

Files for GNU GCC plugin development.

This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins.

libusbredirparser1t64

Parser for the usbredir protocol (runtime)

Usbredirparse is a library containing the parser for the usbredir protocol. This package contains the runtime library.

libjs-vega

programmed web graphics with JSON

Vega is a visualization grammar, a declarative format for creating, saving, and sharing interactive visualization designs. With Vega you can describe data visualizations in a JSON format, and generate interactive views using either HTML5 Canvas or SVG.

node-sockjs-client

provides a WebSocket-like object in browser

SockJS-client is a browser JavaScript library that provides a WebSocket-like object. SockJS gives you a coherent, cross-browser, Javascript API which creates a low latency, full duplex, cross-domain communication channel between the browser and the web server.

node-resize-observer-polyfill

Polyfill for the Resize Observer API

Implementation is based on the MutationObserver and uses Mutation Events as a fall back if the first one is not supported, so there will be no polling unless DOM changes. Doesn't modify observed elements. Handles CSS transitions/animations and can possibly observe changes caused by dynamic CSS pseudo-classes, e.g. by `:hover`.

node-warning

Mirror of Facebook's Warning

Similar to Facebook's invariant but only logs a warning if the condition is not met. This can be used to log issues in development environments in critical paths. Removing the logging code for production environments will keep the same logic and follow the same code paths.