File: control

package info (click to toggle)
libio-pty-perl 1%3A1.20-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 188 kB
  • sloc: perl: 532; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 1,028 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
23
24
25
26
27
28
29
Source: libio-pty-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Guimard <yadd@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               perl-xs-dev,
               perl:native
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libio-pty-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libio-pty-perl.git
Homepage: https://metacpan.org/release/IO-Tty
Rules-Requires-Root: no

Package: libio-pty-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Provides: libio-tty-perl
Description: Perl module for pseudo tty IO
 IO::Pty provides an interface to allow the creation of a pseudo tty.
 .
 IO::Pty inherits from IO::Handle and so provide all the methods
 defined by the IO::Handle package.
 .
 Please note that pty creation is very system-dependent. If you have
 problems, see IO::Tty for help.