File: control

package info (click to toggle)
golang-github-raintank-met 0.0~git20190828.80f9c6e-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 144 kB
  • sloc: makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,026 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
24
25
26
27
28
29
30
Source: golang-github-raintank-met
Standards-Version: 4.7.2
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Jordi Mallach <jordi@debian.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
 golang-any,
 golang-github-datadog-datadog-go-dev,
 golang-gopkg-alexcesaro-statsd.v1-dev,
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-raintank-met
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-raintank-met.git
Homepage: https://github.com/raintank/met
XS-Go-Import-Path: github.com/raintank/met

Package: golang-github-raintank-met-dev
Architecture: all
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 golang-any,
 golang-github-datadog-datadog-go-dev,
 golang-gopkg-alexcesaro-statsd.v1-dev,
Description: wrapper around metric client libraries for Go
 This library provides an opinionated wrapper around metric client
 libraries for Go. It supports statsd (recommended) and dogstatsd.