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
|
Source: libterm-size-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
Florian Schlichting <fschlich@zedat.fu-berlin.de>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
perl-xs-dev,
perl:native
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libterm-size-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libterm-size-perl.git
Homepage: https://metacpan.org/release/Term-Size
Rules-Requires-Root: no
Package: libterm-size-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends}
Description: Perl extension for retrieving terminal size
Term::Size is a Perl module which provides a straightforward way to
retrieve the terminal size, either as characters or pixels.
Optionally, a file handle may be specified to retrieve the width and
height of the associated terminal.
|