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.
|