File: control

package info (click to toggle)
libdevice-usb-perl 0.38-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 404 kB
  • sloc: perl: 1,819; makefile: 7
file content (32 lines) | stat: -rw-r--r-- 1,271 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
29
30
31
32
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-compat (= 12),
               libinline-c-perl,
               libinline-perl,
               libusb-dev,
               perl-xs-dev,
               perl:native
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdevice-usb-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/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.
 .
 This module is deprecated and has been superseded by USB::LibUSB, which
 supports the 1.0 version of the libusb API.