mawk

Pattern scanning and text processing language

Mawk is an interpreter for the AWK Programming Language. The AWK language is useful for manipulation of data files, text retrieval and processing, and for prototyping and experimenting with algorithms. Mawk is a new awk meaning it implements the AWK language as defined in Aho, Kernighan and Weinberger, The AWK Programming Language, Addison-Wesley Publishing, 1988. (Hereafter referred to as the AWK book.) Mawk conforms to the POSIX 1003.2 (draft 11.3) definition of the AWK language which contains a few features not described in the AWK book, and mawk provides a small number of extensions.

quickjs

small and embeddable Javascript engine

QuickJS is a small and embeddable Javascript engine. It supports the ES2020 specification, including modules, asynchronous generators, proxies and BigInt.

libtse3-0.3.1t64

portable MIDI sequencer engine in C++

TSE3 is a portable open source MIDI sequencer engine written in C++. It provides programmers with rich and powerful sequencing capabilities. Although it does not provide a user interface, it provides a lot of assistance to a UI, attempting to provide as much functionality as possible in as generic a manner as possible.

libtss0t64

Development library for IBM's TSS 2.0

The development library for IBM's TSS 2.0. You will need this in order to build TSS 2.0 applications. In addition, it contains documentation for TSS 2.0.

libkokkos3.7

C++ Performance Portability Programming

This implements a programming model in C++ for writing performance portable applications targeting all major HPC platforms. For that purpose it provides abstractions for both parallel execution of code and data management. Kokkos is designed to target complex node architectures with N-level memory hierarchies and multiple types of execution resources. It currently can use CUDA, HPX, OpenMP and Pthreads as backend programming models with several other backends in development.

libmojolicious-plugin-templatetoolkit-perl

Template Toolkit renderer plugin for Mojolicious

Mojolicious::Plugin::TemplateToolkit is a renderer for tt2 or Template Toolkit templates. See Template and Template::Manual for details on the Template Toolkit format, and Mojolicious::Guides::Rendering for general information on rendering in Mojolicious.