File: control

package info (click to toggle)
libterm-progressbar-simple-perl 0.03-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 76 kB
  • sloc: perl: 91; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 1,019 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: libterm-progressbar-simple-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libterm-progressbar-quiet-perl,
 perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libterm-progressbar-simple-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libterm-progressbar-simple-perl.git
Homepage: https://metacpan.org/release/Term-ProgressBar-Simple

Package: libterm-progressbar-simple-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libterm-progressbar-quiet-perl
Description: simple but featureful terminal progress bar
 Progress bars are handy - they tell you how much work has been done, how
 much is left to do and estimate how long it will take. But they can be
 fiddly! Term::ProgressBar::Simple module does the right thing in almost
 all cases in a really convenient way.