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

node-codemirror-search

Search functionality 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.

node-codemirror-view

DOM view component 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.

node-crelt

Tiny DOM-element creation utility

node-crelt provides a tiny DOM-element creation utility. It exports a single function that returns a DOM element. It is called with - a tag name string or DOM element - an optional attribute object mapping names to values - any number of children

libfst22

weighted finite-state transducers library (runtime)

OpenFst is a library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs). Weighted finite-state transducers are automata where each transition has an input label, an output label, and a weight. The more familiar finite-state acceptor is represented as a transducer with each transition's input and output label equal. Finite-state acceptors are used to represent sets of strings (specifically, regular or rational sets); finite-state transducers are used to represent binary relations between pairs of strings (specifically, rational transductions). The weights can be used to represent the cost of taking a particular transition.

libace-htbp-8.0.0

ACE protocol over HTTP tunneling library

The HTTP Tunneling, Bidirectional, Protocol (HTBP) library enables the writing of stream-based protocols over HTTP.

python3-pyment

Generate/convert the docstrings from code signature

pyment is intended for Python programmers to help facilitate internal code using docstrings.