libsyntax-highlight-perl-perl
Highlighting of Perl Syntactical Structures
Syntax::Highlight::Perl provides syntax highlighting for Perl code. The
design bias is roughly line-oriented and streamed (ie, processing a file
line-by-line in a single pass). Provisions may be made in the future for
tasks related to "back-tracking" (ie, re-doing a single line in the middle of
a stream) such as speeding up state copying.
libtree-sitter0.22
incremental parsing system for programming tools
Tree-sitter is a parser generator tool and an incremental parsing library. It
can build a concrete syntax tree for a source file and efficiently update the
syntax tree as the source file is edited.
libmail-dmarc-perl
Perl implementation of DMARC
Mail::DMARC is a suite of tools for implementing DMARC. It adheres to the
2013 DMARC draft, intending to implement every MUST and every SHOULD.
libtinyxml2-10
C++ XML parsing library
This package contains the shared version of the TinyXML2 library.
libkokkos4.5
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.
guess-concurrency
utility for estimating a suitable level of build parallelism
It provides multiple ways of guessing and refining the currently available
computing resources (CPUs and memory) and allows computing an educated
guess for a suitable parallelism level given further constraints such as
the required amount of memory per concurrent execution unit. The main use
of this is preventing builds of large software packages from being killed
due to exceeding the available amount of system memory.