File: control

package info (click to toggle)
golang-github-armon-go-metrics 0.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 368 kB
  • sloc: makefile: 2
file content (42 lines) | stat: -rw-r--r-- 2,027 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
31
32
33
34
35
36
37
38
39
40
41
42
Source: golang-github-armon-go-metrics
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>,
           Michael Stapelberg <stapelberg@debian.org>,
           Dmitry Smirnov <onlyjob@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-circonus-labs-circonus-gometrics-dev (>= 2.3.1~),
               golang-github-datadog-datadog-go-dev,
               golang-github-golang-protobuf-1-5-dev,
               golang-github-hashicorp-go-immutable-radix-dev,
               golang-github-pascaldekloe-goe-dev,
               golang-github-prometheus-client-golang-dev (>= 1.16.0),
               golang-github-prometheus-client-model-dev (>= 0.4.0),
               golang-github-prometheus-common-dev (>= 0.44.0)
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-armon-go-metrics
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-armon-go-metrics.git
Homepage: https://github.com/armon/go-metrics
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/armon/go-metrics

Package: golang-github-armon-go-metrics-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-circonus-labs-circonus-gometrics-dev (>= 2.3.1~),
         golang-github-datadog-datadog-go-dev,
         golang-github-golang-protobuf-1-5-dev,
         golang-github-hashicorp-go-immutable-radix-dev,
         golang-github-pascaldekloe-goe-dev,
         golang-github-prometheus-client-golang-dev (>= 1.16.0),
         golang-github-prometheus-client-model-dev (>= 0.4.0),
         golang-github-prometheus-common-dev (>= 0.44.0),
         ${misc:Depends}
Description: library for exporting performance and runtime metrics
 This library provides a metrics package which can be used to
 instrument code, expose application metrics, and profile runtime
 performance in a flexible manner.