python3-pysol-cards

Deal PySol FC Cards

The pysol-cards Python modules allow the Python developer to generate the initial deals of some PySol FC games. It also supports PySol legacy deals and Microsoft FreeCell / Freecell Pro deals.

kind

Kubernetes IN Docker - local clusters for testing Kubernetes (program)

kind is a tool designed for running local Kubernetes clusters by utilizing Docker containers as nodes.

r-cran-httr2

perform HTTP requests and process the responses in GNU R

Tools for creating and modifying HTTP requests, then performing them and processing the results. 'httr2' is a modern re-imagining of 'httr' that uses a pipe-based interface and solves more of the problems that API wrapping packages face.

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.

gobjc++-14-riscv64-linux-gnu

GNU Objective-C++ compiler for the riscv64-linux-gnu architecture

This is the GNU Objective-C++ compiler for the riscv64-linux-gnu architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code.

libcleri1

language parser library

Libcleri is a powerful tool to build languages. From a built language, libcleri can automatically create parse trees, which are data structures representing how a grammar matches input. It also provides feedback in case the input does not match the language. This can be useful for auto-completion, suggestions or error handling.