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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Source: delve
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Emanuel Krivoy <ekrivoy@gmail.com>,
Shengjing Zhu <zhsj@debian.org>,
Build-Depends: clang [amd64],
debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-cilium-ebpf-dev (>= 0.7.0~),
golang-github-cosiner-argv-dev,
golang-github-creack-pty-dev,
golang-github-derekparker-trie-dev,
golang-github-go-delve-liner-dev,
golang-github-google-go-dap-dev (>= 0.10.0~),
golang-github-hashicorp-golang-lru-dev,
golang-github-mattn-go-isatty-dev,
golang-github-sirupsen-logrus-dev,
golang-github-spf13-cobra-dev (>= 1.1.1~),
golang-golang-x-arch-dev (>= 0.11.0~),
golang-golang-x-sys-dev,
golang-gopkg-yaml.v2-dev,
golang-starlark-dev (>= 0.0~git20240725~),
libbpf-dev [amd64],
libc6-dev-i386 [amd64],
llvm [amd64],
lsof <!nocheck>,
tzdata <!nocheck>,
Standards-Version: 4.7.0
Homepage: https://github.com/go-delve/delve
Vcs-Browser: https://salsa.debian.org/go-team/packages/delve
Vcs-Git: https://salsa.debian.org/go-team/packages/delve.git
XS-Go-Import-Path: github.com/go-delve/delve
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go
Package: delve
Architecture: amd64 arm64 i386 ppc64el riscv64
Built-Using: ${misc:Built-Using},
Depends: ${misc:Depends},
${shlibs:Depends},
Description: debugger for the Go programming language
Delve enables you to interact with your program by controlling the execution
of the process, evaluating variables, and providing information of
thread/goroutine state, CPU register state and more.
|