File: control

package info (click to toggle)
backward-cpp 1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 460 kB
  • sloc: cpp: 3,736; sh: 124; python: 51; makefile: 4
file content (30 lines) | stat: -rw-r--r-- 793 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
28
29
30
Source: backward-cpp
Section: libdevel
Priority: optional
Maintainer: Shengjing Zhu <zhsj@debian.org>
Rules-Requires-Root: no
Build-Depends:
 cmake,
 debhelper-compat (= 13),
Standards-Version: 4.6.0
Homepage: https://github.com/bombela/backward-cpp
Vcs-Git: https://salsa.debian.org/zhsj/backward-cpp.git
Vcs-Browser: https://salsa.debian.org/zhsj/backward-cpp

Package: libbackward-cpp-dev
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Suggests:
 binutils-dev,
 libdw-dev,
 libunwind-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.