wtype

xdotool type for wayland

wtype is the Wayland pendant for xdotool. It only works with Wayland compositors that support the virtual keyboard protocol. It lets you programmatically (or manually) simulate keyboard input.

tpm2-tss-engine-tools

OpenSSL engine for tpm2-tss (tools)

With this engine for OpenSSL you can use OpenSSL library and command line tools with any TPM2 implementation as backend for the crypto operations.

libc++abi1-18

LLVM low level support for a standard C++ library

libc++abi is another implementation of low level support for a standard C++ library.

python3-pymbolic

Expression tree and symbolic manipulation library

Pymbolic is a small expression tree and symbolic manipulation library. Two things set it apart from other libraries of its kind:

python3-llvmlite

LLVM Python 3 binding for writing JIT compilers

llvmlite uses the LLVM library for JIT (just-in-time) compilation of Python code into native machine instructions during runtime. Instead of exposing large parts of the LLVM C++ API for direct calls into the LLVM library, llvmlite follows a lightweight multi-layered approach.

python3-hamcrest

Hamcrest framework for matcher objects (Python 3)

PyHamcrest is a framework for writing matcher objects, allowing you to declaratively define "match" rules. There are a number of situations where matchers are invaluable, such as UI validation, or data filtering, but it is in the area of writing flexible tests that matchers are most commonly used. This tutorial shows you how to use PyHamcrest for unit testing.