node-babel7-standalone

Standalone build of Babel for use in browsers and other non-Node.js environments

@babel/standalone provides a standalone build of Babel for use in browsers and other non-Node.js environments.If you're using Babel in production, you should normally not use @babel/standalone. Instead, you should use a build system running on Node.js, such as Webpack, Rollup, or Parcel, to transpile your JS ahead of time.

charybdis

fast, scalable irc server

Charybdis is a highly scalable IRC server which presently implements the IRCv3.1 client protocol with some additional components of IRCv3.2. Development of charybdis began in 2005 as a proposed replacement to freenode’s hyperion ircd, designed for use by any network, with roots in ircd-ratbox and ircu. Over time, charybdis has developed, tested and demonstrated many of the features commonly seen in modern IRC networks.

pyosmium

Osmium library bindings for Python - utilities

The PyOsmium module allows you to access some of the features of the Osmium library from Python code.

python3-pyosmium

Osmium library bindings for Python 3

The PyOsmium module allows you to access some of the features of the Osmium library from Python code.

libgnuradio-zeromq3.10.5

gnuradio zeromq functions

0MQ messaging library support. Provide network socket endpoints for gnuradio data and message streams. PUB/SUB, PUSH/PULL, REP/REQ models supported.

node-lezer-javascript

Node.js module to provide JavaScript grammar for the lezer parser system

The problem of parsing structured text has resisted one-size-fits all solutions for over 60 years. Lezer isn't such a solution either, but it is a very decent parser generator, especially well suited for use in code editors.