File: control

package info (click to toggle)
libdevice-serialport-perl 1.04-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 664 kB
  • ctags: 365
  • sloc: perl: 4,737; makefile: 7
file content (22 lines) | stat: -rw-r--r-- 1,060 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
Source: libdevice-serialport-perl
Section: perl
Priority: extra
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Mike Mattice <mattice@debian.org>, Zak B. Elep <zakame@spunge.org>,
 Kees Cook <kees@outflux.net>, Damyan Ivanov <dmn@debian.org>
Build-Depends: debhelper (>= 9.20120312~), perl
Standards-Version: 3.9.5
Homepage: https://metacpan.org/release/Device-SerialPort/
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdevice-serialport-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdevice-serialport-perl.git

Package: libdevice-serialport-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
Description: emulation of Win32::SerialPort for Linux/POSIX 
 Device::SerialPort provides an object-based user interface essentially
 identical to the one provided by the Win32::SerialPort module.  This
 provides device-level access to a system's serial port.
 .
 Also included is modemtest -- a tool for examining your modem using
 Device::SerialPort.