libstdc++-8-dev-mipsel-cross

GNU Standard C++ Library v3 (development files) (mipsel)

elpa-faceup

Regression test system for font-lock

Emacs is capable of highlighting buffers based on language-specific `font-lock' rules. This package, `faceup', makes it possible to perform regression test for packages that provide font-lock rules. The underlying idea is to convert text with highlights ("faces") into a plain text representation using the Faceup markup language.

node-match-at

Relocatable regular expressions

Like String.prototype.match if it only checked the regex at the given index instead of searching the entire string.

python3-obsub

Python 3.x module that implements the observer pattern via a decorator

The @event decorator makes functions or methods "observable". Consuming code can subscribe callbacks to these decorated callables, and the callbacks will be triggered every time the callables are invoked.

lib64gfortran5-powerpc-cross

Runtime library for GNU Fortran applications (64bit)

Library needed for GNU Fortran applications linked against the shared library.

node-qw

Quoted word literals

Qw can be used to create quoted word literals. For example, demo word -> [ 'demo', 'word' ].