File: control

package info (click to toggle)
golang-github-go-stack-stack 1.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, experimental, stretch, stretch-backports
  • size: 92 kB
  • ctags: 75
  • sloc: makefile: 6
file content (29 lines) | stat: -rw-r--r-- 1,028 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
Source: golang-github-go-stack-stack
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alessio Treglia <alessio@debian.org>
Build-Depends:
 debhelper (>= 9~),
 dh-golang,
 golang-any,
 golang-godebiancontrol-dev
Standards-Version: 3.9.8
Homepage: http://github.com/go-stack/stack
XS-Go-Import-Path: github.com/go-stack/stack
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-go-stack-stack.git/
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-go-stack-stack.git/

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.