1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: cpptrace
Section: libs
Priority: optional
Maintainer: Michael Lloyd <michael@micl.dev>
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.
|