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.
