libpcl-people1.13
Point Cloud Library - people library
The Point Cloud Library (PCL) is a standalone, large scale, open
project for 2D/3D image and point cloud processing.
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.
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.
tomcat11-examples
Apache Tomcat 11 - Servlet and JSP engine -- example web applications
Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP)
specifications from Oracle, and provides a "pure Java" HTTP web
server environment for Java code to run.