python3-sockjs-tornado

server side counterpart of SockJS-client browser library - Python 3.x

SockJS-tornado is a Python server side counterpart of SockJS-client browser library running on top of Tornado framework. SockJS provides slightly different API than tornado.websocket.

python3-kconfiglib

Alternative Kconfig implementation (Python 3)

Kconfiglib is a Kconfig implementation in Python. Kconfig is used for the Linux kernel configuration amongst others. This helper library can be used to configure a Kconfig software within a Python program.

node-css

JavaScript CSS parser and stringifier - Node.js module

This module provides a CSS parser in JavaScript, able to make stylesheet rules available as JavaScript object, and a CSS stringifier which takes an abstract syntax tree from parser and outputs a CSS-formatted string.

tcl-tclex

Lexical analyzer generator for Tcl

tcLex is a lexer (lexical analyzer) generator extension to Tcl. It is inspired by Unix and GNU lex and flex, which are "tools for generating programs that perform pattern-matching on text". tcLex is very similar to these programs, except it uses Tcl philosophy and syntax, whereas the others use their own syntax and are used in conjunction with the C language. People used to lex or flex should then feel familiar with tcLex. tcLex is a small extension (the Windows compiled version is about 20kb, and the source is about 150kb), because it extensively uses the Tcl library. However, the current doesn't use Tcl's regexp code anymore but a patched version is now included in tcLex, which makes it slightly bigger (by a few KB). tcLex should work with Tcl 8.0 and later. tcLex will NEVER work with earlier versions, because it uses Tcl 8.0's "object" system for performance. The most interesting features are:
intuitive network emulator that interacts with real nets (metapackage)

core-network

intuitive network emulator that interacts with real nets (metapackage)

The Common Open Research Emulator (CORE) is a tool for emulating networks in one or more machines. You can connect these emulated networks to live networks.

puppet-module-puppetlabs-apache

Puppet module for Apache

Puppet lets you centrally manage every important aspect of your system using a cross-platform specification language that manages all the separate elements normally aggregated in different files, like users, cron jobs, and hosts, along with obviously discrete elements like packages, services, and files.