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-kisielk-gotool
Section: devel
Priority: extra
Maintainer: QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10),
dh-golang,
golang-any
Standards-Version: 4.1.0
Homepage: https://github.com/kisielk/gotool
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-kisielk-gotool.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-kisielk-gotool.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/kisielk/gotool
Package: golang-github-kisielk-gotool-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends}
Description: library of some utility functions provided by cmd/go
This package provides a library of some utility functions provided
by cmd/go. This library is provided as a convenience to developers
wanting to write tools with similar semantics.
|