cpp-12-hppa-linux-gnu

GNU C preprocessor

A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation.

libopencl-clang18.1

thin wrapper for clang

Opencl-clang is a thin wrapper library around clang. It has an OpenCL-oriented API and is capable of compiling OpenCL C kernels to SPIR-V modules.

ament-cmake-googletest

CMake build system for ROS 2 ament packages (Googletest extension)

The ament build system is the most common way to build packages for ROS 2. ament_cmake provides the necessary tooling to build ament packages with CMake.

rime-data-ipa-yunlong

Rime Input Method Engine schema data - IPA Yunlong

RIME is the acronym of Rime Input Method Engine.

elpa-org-contrib

additional Emacs Lisp libraries for Org-mode

This package supplies the Emacs Lisp libraries that were part of Org-mode's contrib/ directory prior to the Org-9.5 release. These user-contributed addons mostly integrate Org-mode with other tools, both inside and outside of Emacs. There are also some additions to Org-mode's core functionality.

r-cran-gsubfn

GNU R utilities for strings and function arguments

The gsubfn function is like gsub but can take a replacement function or certain other objects instead of the replacement string. Matches and back references are input to the replacement function and replaced by the function output. gsubfn can be used to split strings based on content rather than delimiters and for quasi-perl-style string interpolation. The package also has facilities for translating formulas to functions and allowing such formulas in function calls instead of functions. This can be used with R functions such as apply, sapply, lapply, optim, integrate, xyplot, Filter and any other function that expects another function as an input argument or functions like cat or sql calls that may involve strings where substitution is desirable. There is also a facility for returning multiple objects from functions and a version of transform that allows the RHS to refer to LHS used in the same transform.