Binary package “libusb-libusb-perl” in ubuntu jammy

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.