File: control

package info (click to toggle)
libthread-conveyor-monitored-perl 0.15-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 160 kB
  • sloc: perl: 11; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,353 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
Source: libthread-conveyor-monitored-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Christopher Hoskin <christopher.hoskin@gmail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: libload-perl <!nocheck>,
                     libthread-conveyor-perl <!nocheck>,
                     perl
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libthread-conveyor-monitored-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libthread-conveyor-monitored-perl.git
Homepage: https://metacpan.org/release/Thread-Conveyor-Monitored

Package: libthread-conveyor-monitored-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libload-perl,
         libthread-conveyor-perl
Description: module to monitor a conveyor belt for specific content
 The Thread::Conveyor::Monitored module implements a single worker thread that
 takes of boxes of values from a belt created with Thread::Conveyor and which
 checks the boxes for specific content.
 .
 It can be used for simply logging actions that are placed on the belt. Or
 only output warnings if a certain value is encountered in a box. Or create a
 safe sandbox for Perl modules that are not thread-safe yet.