File: control

package info (click to toggle)
libprogress-any-perl 0.20-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 196 kB
  • ctags: 31
  • sloc: perl: 654; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,370 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
Source: libprogress-any-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nick Morrott <knowledgejunkie@gmail.com>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libperl-osnames-perl,
                     libtest-exception-perl,
                     libtime-duration-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libprogress-any-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libprogress-any-perl.git
Homepage: https://metacpan.org/release/Progress-Any
Testsuite: autopkgtest-pkg-perl

Package: libprogress-any-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
         libtime-duration-perl
Description: Perl module to record progress to any output
 Progress::Any is an interface for applications that want to display progress
 to users. It decouples progress updating and output, rather similar to how
 Log::Any decouples log producers and consumers (output). The API is also
 rather similar to Log::Any, except Adapter is called Output and category is
 called task.
 .
 Progress::Any records position/target and calculates elapsed time, estimated
 remaining time, and percentage of completion. One or more output modules
 (Progress::Any::Output::*) display this information.