File: control

package info (click to toggle)
liblinux-termios2-perl 0.01-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 116 kB
  • sloc: perl: 18; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 758 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: liblinux-termios2-perl
Section: perl
Priority: optional
Maintainer: Alexander Zangerl <az@debian.org>
Build-Depends: debhelper (>= 11),
 perl, libmodule-build-perl, libextutils-cbuilder-perl, libextutils-cchecker-perl
Standards-Version: 4.3.0
Homepage: https://metacpan.org/release/Linux-Termios2

Package: liblinux-termios2-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
Description: Perl module for accessing the termios2 structure and ioctl
 This module provides an API equivalent to the POSIX::Termios class,
 but backed by the Linux-specific struct termios2 structure instead.
 .
 The primary use case is setting arbitrary baud rates, because
 POSIX::Termios only knows the standard speeds up to 38400 baud.