File: control

package info (click to toggle)
prometheus-cpp 1.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 792 kB
  • sloc: cpp: 3,596; sh: 37; makefile: 12
file content (75 lines) | stat: -rw-r--r-- 2,679 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Source: prometheus-cpp
Priority: optional
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Build-Depends: civetweb,
               cmake,
               debhelper-compat (= 13),
               doxygen,
               googletest,
               graphviz,
               libcivetweb-dev,
               libcurl4-openssl-dev,
               ninja-build,
               zlib1g-dev
Standards-Version: 4.6.2
Section: libs
Homepage: https://github.com/jupp0r/prometheus-cpp
Vcs-Browser: https://salsa.debian.org/debian/prometheus-cpp
Vcs-Git: https://salsa.debian.org/debian/prometheus-cpp.git
Rules-Requires-Root: no

Package: prometheus-cpp-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: civetweb,
         libcivetweb-dev,
         libcurl4-openssl-dev,
         libprometheus-cpp-core1.0 (= ${binary:Version}),
         libprometheus-cpp-push1.0 (= ${binary:Version}),
         libprometheus-cpp-pull1.0 (= ${binary:Version}),
         zlib1g-dev,
         ${misc:Depends}
Description: Prometheus Client Library for Modern C++ (development files)
 This library aims to enable Metrics-Driven Development for C++ services.
 It implements the Prometheus Data Model, a powerful abstraction on which
 to collect and expose metrics.
 .
 This package contains the development files.

Package: libprometheus-cpp-core1.0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Prometheus Client Library for Modern C++ (core metrics)
 This library aims to enable Metrics-Driven Development for C++ services.
 It implements the Prometheus Data Model, a powerful abstraction on which
 to collect and expose metrics.
 .
 This package contains the metric primitives.

Package: libprometheus-cpp-pull1.0
Architecture: any
Multi-Arch: same
Depends: libprometheus-cpp-core1.0 (= ${binary:Version}),
         ${shlibs:Depends},
         ${misc:Depends}
Description: Prometheus Client Library for Modern C++ (pull support)
 This library aims to enable Metrics-Driven Development for C++ services.
 It implements the Prometheus Data Model, a powerful abstraction on which
 to collect and expose metrics.
 .
 This package contains the regular pull support.

Package: libprometheus-cpp-push1.0
Architecture: any
Multi-Arch: same
Depends: libprometheus-cpp-core1.0 (= ${binary:Version}),
         ${shlibs:Depends},
         ${misc:Depends}
Description: Prometheus Client Library for Modern C++ (push gateway support)
 This library aims to enable Metrics-Driven Development for C++ services.
 It implements the Prometheus Data Model, a powerful abstraction on which
 to collect and expose metrics.
 .
 This package contains the push-gateway support.