debugbreak

Put breakpoints in C/C++ code

debugbreak.h allows one to put breakpoints in their C/C++ code with a call to debug_break(). Include the header file and insert calls to debug_break() in the code where one wishes to break into the debugger. debugbreak supports GCC, Clang. debugbreak works well on ARM, AArch64, i686, x86-64, POWER and has a fallback code path for other architectures.

bootterm

simple terminal to ease connections with SBCs

Bootterm is a simple, reliable and powerful terminal designed to ease connection to ephemeral serial ports as found on various SBCs, and typically USB-based ones.

libn32gphobos3-mips-cross

Phobos D standard library (runtime library)

This is the Phobos standard library that comes with the D2 compiler.

python3-sphinxemoji

Sphinx extension to use emoji codes in Sphinx documentation (Python 3)

This extension allows one to write things like |:smile:| in Sphinx documentation.

r-cran-yulab.utils

GNU R supporting functions for packages maintained by 'YuLab-SMU'

This GNU R package contains miscellaneous functions commonly used by 'YuLab-SMU'.

node-codemirror-state

Node.js module that implements the editor state for libjs-codemirror

node-codemirror-state (@codemirror/state) implements the editor state data structures for the CodeMirror code editor (libjs-codemirror).