File: control

package info (click to toggle)
libtime-progress-perl 2.11-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 92 kB
  • ctags: 13
  • sloc: perl: 187; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,089 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
Source: libtime-progress-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Nathan Handler <nhandler@debian.org>,
 Salvatore Bonaccorso <carnil@debian.org>
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/Time-Progress
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtime-progress-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtime-progress-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libtime-progress-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: perl module for elapsed and estimated finish time reporting
 Time::Progress displays progress information for long-running processes. This
 can be percentage complete, time elapsed, estimated time remaining, an ASCII
 progress bar, or any combination of those.
 .
 It is useful for code where you perform a number of steps, or iterations of a
 loop, where the number of iterations is known before you start the loop.