File: control

package info (click to toggle)
golang-github-google-go-dap 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 464 kB
  • sloc: sh: 19; makefile: 3
file content (23 lines) | stat: -rw-r--r-- 894 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
Source: golang-github-google-go-dap
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Shengjing Zhu <zhsj@debian.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-google-go-dap
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-google-go-dap.git
Homepage: https://github.com/google/go-dap
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/google/go-dap

Package: golang-github-google-go-dap-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Description: Go implementation of the Debug Adapter Protocol (library)
 The Debug Adapter Protocol defines the protocol used between an editor
 or IDE and a debugger or runtime.