File: control

package info (click to toggle)
golang-github-ianlancetaylor-demangle 0.0~git20200824.28f6c0f-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 316 kB
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 890 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: golang-github-ianlancetaylor-demangle
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Stephen Gelman <ssgelm@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any
Standards-Version: 4.5.1
Homepage: https://github.com/ianlancetaylor/demangle
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-ianlancetaylor-demangle
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-ianlancetaylor-demangle.git
XS-Go-Import-Path: github.com/ianlancetaylor/demangle
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go

Package: golang-github-ianlancetaylor-demangle-dev
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: C++ symbol name demangler written in Go
 A Go package that can be used to demangle C++ symbol names.