bison

YACC-compatible parser generator

Bison is a general-purpose parser generator that converts a grammar description for an LALR(1) context-free grammar into a C program to parse that grammar. Once you are proficient with Bison, you may use it to develop a wide range of language parsers, from those used in simple desk calculators to complex programming languages.

libpystring0

collection of C++ functions for Python's string class methods - runtime

Pystring is a collection of C++ functions which match the interface and behavior of Python's string class methods using std::string. Implemented in C++, it does not require or make use of a Python interpreter. It provides convenience and familiarity for common string operations not included in the standard C++ library. It's also useful in environments where both C++ and Python are used.

libiceoryx-posh-config2

zero-copy inter-process communication POSH config library

Iceoryx is an inter-process communication (IPC) middleware for POSIX based operating systems. It features shared memory capabilities which allow a true zero-copy data transfer.

libgeometric-shapes5d

Robot OS geometric_shapes package

This package is part of Robot OS (ROS), and contains generic definitions of geometric shapes and bodies.

ssshtest

stupid simple (ba)sh testing

ssshtest is a series of bash functions which help run bash tests in a easy manner. It has functions for checking equality, determine if a string is in stdout, not in stdout, in stderr and many more.

python3-vdf

Python module for VDF serialization and deserialization

VDF is Valve's key/value text file format, used in the Source engine and Steam.