openbsd-ports/devel/p5-Device-USB/pkg/DESCR
jasper fe02efde2d - import p5-Device-USB 0.28
This module 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 to the libusb, functioality, Device::USB provides a
few convenience features that are intended to produce a more Perl-ish
interface.

with help from landry@ to unfuck it's LIBS handling.
2010-01-10 21:41:55 +00:00

21 lines
806 B
Plaintext

This module 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 to the libusb, functioality, Device::USB provides a
few convenience features that are intended to produce a more Perl-ish
interface.
These features include:
* Using the library initializes it, no need to call the underlying
usb_init function.
* Object interface reduces namespace pollution and provides a better
interface to the library.
* The find_device method finds the device associated with a vendor id
and product id and creates an appropriate Device::USB::Device object
to manipulate the USB device.
* Object interfaces to the bus and device data structures allowing
read access to information about each.