libblockdev-lvm-dbus3

LVM DBus plugin for libblockdev

The libblockdev library plugin (and at the same time a standalone library) providing the LVM-related functionality utilizing the LVM DBus API.

lib2geom1.2.0

robust computational geometry framework -- shared library

2Geom is a C++ 2D geometry library geared towards robust processing of computational geometry data associated with vector graphics. The primary design consideration is ease of use and clarity. It is dual-licensed under LGPL 2.1 and MPL 1.1.

rhvoice-kyrgyz

RHVoice speech synthesizer - Kyrgyz voice

RHVoice uses statistical parametric synthesis. It relies on existing open source speech technologies (mainly HTS and related software).

amdgcn-tools-18

linker tools for the amdgcn architecture

The package provides the tools ar, as, ld and nm for the amdgcn target architecture (used in AMD gpus). The tools are based on LLVM.

libbullet3.24

professional 3D Game Multiphysics Library

Bullet professional 3D Game Multiphysics Library provides state of the art collision detection, soft body and rigid body dynamics.

debugbreak

Put breakpoints in C/C++ code

debugbreak.h allows one to put breakpoints in their C/C++ code with a call to debug_break(). Include the header file and insert calls to debug_break() in the code where one wishes to break into the debugger. debugbreak supports GCC, Clang. debugbreak works well on ARM, AArch64, i686, x86-64, POWER and has a fallback code path for other architectures.