File: control

package info (click to toggle)
golang-github-kisielk-gotool 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 140 kB
  • sloc: makefile: 2
file content (23 lines) | stat: -rw-r--r-- 957 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-kisielk-gotool
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>,
Build-Depends: debhelper-compat (=13),
               dh-golang,
               golang-any,
Standards-Version: 4.5.0
Homepage: https://github.com/kisielk/gotool
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-kisielk-gotool
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-kisielk-gotool.git
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/kisielk/gotool

Package: golang-github-kisielk-gotool-dev
Architecture: all
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.