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

r-cran-jinjar

GNU R template engine inspired by 'Jinja'

Template engine powered by the 'inja' C++ library. Users write a template document, using syntax inspired by the 'Jinja' Python package, and then render the final document by passing data from R. The template syntax supports features such as variables, loops, conditions and inheritance.

python3-pyside6.qtnetworkauth

Python bindings for Qt 6 NetworkAuth (Python 3)

pyside6 provides Python bindings for Qt 6.x framework.

node-lezer-html

Node.js module to provide HTML 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.

gcc-14-plugin-dev-mipsisa64r6el-linux-gnuabi64

Files for GNU GCC plugin development.

This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins.

xdoctest

Rewrite of Python's builtin doctest module with AST instead of REGEX

What is a doctest? It is example code you write in a docstring! What is a docstring? Its a string you use as a comment! They get attached to Python functions and classes as metadata. They are often used to auto-generate documentation. Why is it cool? Because you can write tests while you code!

libuev3t64

Lightweight event loop library for Linux

libuEv is a small event loop that wraps the Linux epoll() family of APIs. It is similar to the more established libevent, libev and the venerable Xt(3) event loop. The u (micro) in the name refers to both its limited feature set and the small size impact of the library.