File: control

package info (click to toggle)
golang-github-rcrowley-go-metrics 0.0~git20180125.8732c61-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 352 kB
  • sloc: sh: 4; makefile: 3
file content (31 lines) | stat: -rw-r--r-- 1,286 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
Source: golang-github-rcrowley-go-metrics
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Christos Trochalakis <ctrochalakis@debian.org>,
           Mpampis Kostas <charkost.rb@gmail.com>,
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any,
               golang-github-stathat-go-dev,
Standards-Version: 4.1.3
Homepage: https://github.com/rcrowley/go-metrics
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-rcrowley-go-metrics
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-rcrowley-go-metrics.git
XS-Go-Import-Path: github.com/rcrowley/go-metrics
Testsuite: autopkgtest-pkg-go

Package: golang-github-rcrowley-go-metrics-dev
Architecture: all
Depends: golang-github-stathat-go-dev,
         ${misc:Depends},
         ${shlibs:Depends},
Conflicts: golang-metrics-dev,
Replaces: golang-metrics-dev (<< 0.0~git20150823-4~),
Description: Application level metrics capturing library for Go
 go-metrics supports counters, gauges and histograms.
 .
 The metrics can be published to various destinations (e.g. Graphite, InfluxDB,
 Prometheus) using external client libraries.
 .
 Port of the https://github.com/dropwizard/metrics library.