File: control

package info (click to toggle)
libprometheus-tiny-shared-perl 0.027-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 200 kB
  • sloc: perl: 830; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,706 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
Source: libprometheus-tiny-shared-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libdata-random-perl <!nocheck>,
                     libhash-sharedmem-perl <!nocheck>,
                     libhttp-message-perl <!nocheck>,
                     libjson-xs-perl <!nocheck>,
                     libplack-perl <!nocheck>,
                     libprometheus-tiny-perl (>= 0.011) <!nocheck>,
                     libtest-differences-perl <!nocheck>,
                     libtest-exception-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     libtest-warn-perl <!nocheck>,
                     perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libprometheus-tiny-shared-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libprometheus-tiny-shared-perl.git
Homepage: https://metacpan.org/release/Prometheus-Tiny-Shared
Rules-Requires-Root: no

Package: libprometheus-tiny-shared-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libhash-sharedmem-perl,
         libjson-xs-perl,
         libprometheus-tiny-perl (>= 0.011)
Description: tiny Prometheus client with a shared database behind it
 Prometheus::Tiny::Shared is a wrapper around Prometheus::Tiny that instead of
 storing metrics data in a hashtable, stores them in a shared datastore
 (provided by Hash::SharedMem, though this may change in the future). This
 lets you keep a single set of metrics in a multithreaded app.