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

gcc-13-plugin-dev-arm-linux-gnueabihf

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.

gcc-13-plugin-dev-i686-linux-gnu

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.

python3-griffe

Signatures for entire Python programs

Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API.

pre-commit-hooks

Git pre-commit hook framework (hooks)

pre-commit is a framework for managing and maintaining multi-language Git pre-commit hooks.

libxs-parse-keyword-perl

XS functions to assist in parsing keyword syntax

XS::Parse::Keywords provides some XS functions to assist in writing syntax modules that provide new perl-visible syntax, primarily for authors of keyword plugins using the PL_keyword_plugin hook mechanism. It is unlikely to be of much use to anyone else; and highly unlikely to be any use when writing perl code using these. Unless you are writing a keyword plugin using XS, this module is not for you.

libsyntax-keyword-match-perl

match/case syntax plugin for perl

Syntax::Keyword::Match provides a syntax plugin that implements a control-flow block called match/case, which executes at most one of a choice of different blocks depending on the value of its controlling expression.