Source: libusb-libusb-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 12), libmoo-perl , libtest-simple-perl , libusb-1.0-0-dev, perl-xs-dev, perl:native, pkg-config Standards-Version: 4.4.1 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libusb-libusb-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libusb-libusb-perl.git Homepage: https://metacpan.org/release/USB-LibUSB Package: libusb-libusb-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libmoo-perl Description: Perl interface to the libusb-1.0 API USB::LibUSB provides a Perl interface to the libusb-1.0 API. It provides access to most basic libusb functionality including read-out of device descriptors and synchronous device I/O. . Staying as close as possible to the libusb-1.0 API, this module adds convenient error handling and additional high-level functionality (e.g. device discovery with vid, pid and serial number). Easy to build more functionality without knowing about XS.