File: control

package info (click to toggle)
golang-github-go-stack-stack 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, bullseye, bullseye-backports, experimental, sid, trixie
  • size: 104 kB
  • sloc: makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,071 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
Source: golang-github-go-stack-stack
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Alessio Treglia <alessio@debian.org>,
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
Standards-Version: 4.5.0
Homepage: https://github.com/go-stack/stack
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-go-stack-stack
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-go-stack-stack.git
XS-Go-Import-Path: github.com/go-stack/stack
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go

Package: golang-github-go-stack-stack-dev
Architecture: all
Depends: ${misc:Depends},
         ${shlibs:Depends},
Description: capture, manipulate, and format call stacks
 Package stack implements utilities to capture, manipulate,
 and format call stacks. It provides a simpler API than
 package runtime.
 .
 The implementation takes care of the minutia and special
 cases of interpreting the program counter (pc) values
 returned by runtime.Callers.