File: control

package info (click to toggle)
libterm-size-perl 0.209-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 100 kB
  • sloc: perl: 10; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 989 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
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 (>= 10),
               perl
Standards-Version: 4.2.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

Package: libterm-size-perl
Architecture: any
Depends: ${perl:Depends},
         ${misc: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.