File: control

package info (click to toggle)
libdevice-usb-perl 0.37-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 396 kB
  • sloc: perl: 1,819; makefile: 7
file content (28 lines) | stat: -rw-r--r-- 1,153 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
25
26
27
28
Source: libdevice-usb-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312),
               perl,
               libinline-perl (>= 0.64) | libinline-perl (<< 0.57),
               libinline-c-perl,
               libusb-dev
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdevice-usb-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdevice-usb-perl.git
Homepage: https://github.com/gwadej/perl-device-usb/

Package: libdevice-usb-perl
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         ${perl:Depends},
         libinline-perl,
         libinline-c-perl
Description: Perl module to access USB devices using libusb
 Device::USB provides a Perl interface to the C library libusb. This library
 supports a relatively full set of functionality to access a USB device. In
 addition, Device::USB provides a few convenience features that are intended
 to produce a more Perl-ish interface.