File: control

package info (click to toggle)
backward-cpp 1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 424 kB
  • sloc: cpp: 3,251; sh: 124; python: 51; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 733 bytes parent folder | download
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
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.