Source: cpptrace Section: libs Priority: optional Maintainer: Michael Lloyd Build-Depends: debhelper-compat (= 13), cmake (>= 3.15), ninja-build, pkgconf, libdwarf-dev, libzstd-dev, zlib1g-dev Standards-Version: 4.7.3 Homepage: https://github.com/jeremy-rifkin/cpptrace Vcs-Browser: https://salsa.debian.org/micl/cpptrace Vcs-Git: https://salsa.debian.org/micl/cpptrace.git Package: libcpptrace1 Architecture: any Section: libs Depends: ${misc:Depends}, ${shlibs:Depends} Description: simple, portable, and self-contained C++ stacktrace library Cpptrace is a simple and portable C++ stacktrace library supporting C++11 and newer. It provides human-readable stack traces with source file names, line numbers, and function names. It can also capture stack traces from thrown exceptions for debugging and crash diagnostics. Package: libcpptrace-dev Architecture: any Section: libdevel Depends: ${misc:Depends}, libcpptrace1 (= ${binary:Version}) Description: simple, portable, and self-contained C++ stacktrace library Cpptrace is a simple and portable C++ stacktrace library supporting C++11 and newer. It provides human-readable stack traces with source file names, line numbers, and function names. It can also capture stack traces from thrown exceptions for debugging and crash diagnostics.