| 12
 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
 
 | Source: backward-cpp
Section: libdevel
Priority: optional
Maintainer: Shengjing Zhu <i@zhsj.me>
Build-Depends:
 cmake,
 debhelper (>= 11),
Standards-Version: 4.1.5
Homepage: https://github.com/bombela/backward-cpp
Vcs-Git: https://salsa.debian.org/zhsj-guest/backward-cpp.git
Vcs-Browser: https://salsa.debian.org/zhsj-guest/backward-cpp
Package: libbackward-cpp-dev
Architecture: all
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Suggests:
 binutils-dev,
 libdw-dev,
Description: Beautiful stack trace pretty printer for C++
 Backward spices the stack trace up when C++ programs run into fault.
 .
 It can also display code snippets with colored lines when the source files
 are accessible.
 .
 Backward is a header only library.
 |