File: control

package info (click to toggle)
golang-github-cloudflare-go-metrics 0.0~git20151117.0.6a9aea3-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 308 kB
  • sloc: makefile: 7; sh: 4
file content (27 lines) | stat: -rw-r--r-- 1,262 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
Source: golang-github-cloudflare-go-metrics
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-any,
               golang-github-rcrowley-go-metrics-dev,
               golang-github-stathat-go-dev
Standards-Version: 3.9.8
Homepage: https://github.com/cloudflare/go-metrics
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-cloudflare-go-metrics.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-cloudflare-go-metrics.git
XS-Go-Import-Path: github.com/cloudflare/go-metrics

Package: golang-github-cloudflare-go-metrics-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-rcrowley-go-metrics-dev,
         golang-github-stathat-go-dev
Description: Cloudflare's fork of Go port of Coda Hale's Metrics library
 This package is a fork of Richard Crowley's Go port of Coda Hale's
 Metrics library for Java. It allows one to easily collect metrics from an
 application written in Go in an unobtrusive way. Metrics can then be
 exported to syslog, files or to a storage system like Graphite.