File: control

package info (click to toggle)
golang-github-prometheus-common 0%2Bgit20161002.85637ea-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 560 kB
  • sloc: makefile: 12
file content (45 lines) | stat: -rw-r--r-- 2,260 bytes parent folder | download | duplicates (2)
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
43
44
45
Source: golang-github-prometheus-common
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Martín Ferrari <tincho@debian.org>
Build-Depends: debhelper (>= 9.0.0), dh-golang (>= 1.17~), golang-any,
               golang-github-julienschmidt-httprouter-dev,
               golang-github-prometheus-client-model-dev,
               golang-golang-x-net-dev (>= 1:0.0+git20160518),
               golang-goprotobuf-dev,
               golang-github-sirupsen-logrus-dev,
               golang-protobuf-extensions-dev,
               golang-yaml.v2-dev,
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-prometheus-common.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-prometheus-common.git/
Homepage: https://github.com/prometheus/common
XS-Go-Import-Path: github.com/prometheus/common

Package: golang-github-prometheus-common-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends},
         golang-github-julienschmidt-httprouter-dev,
         golang-github-prometheus-client-golang-dev,
         golang-github-prometheus-client-model-dev,
         golang-golang-x-net-dev (>= 1:0.0+git20160518),
         golang-goprotobuf-dev,
         golang-github-sirupsen-logrus-dev,
         golang-protobuf-extensions-dev,
         golang-yaml.v2-dev,
Description: Common libraries for Prometheus components
 This package includes:
 .
  * github.com/prometheus/common/client_model: Data model artifacts for
    Prometheus (compiled protobuf).
  * github.com/prometheus/common/config: Common configuration structures.
  * github.com/prometheus/common/expfmt: Decoding and encoding for the
    exposition format.
  * github.com/prometheus/common/log: Wraps https://github.com/Sirupsen/logrus
    in order to add line:file annotations to log lines, as well as to provide
    common command-line flags for Prometheus components using it.
  * github.com/prometheus/common/model: Shared data structures.
  * github.com/prometheus/common/route: A routing wrapper around
    https://github.com/julienschmidt/httprouter using `context.Context`.
  * github.com/prometheus/common/version: Version information and metrics.