The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Alien::LibUSB - Perl distribution for LibUSB

INSTALL

    cpan Alien::LibUSB

DESCRIPTION

libusb-1.0 is a C library that provides generic access to USB devices. It is intended to be used by developers to facilitate the production of applications that communicate with USB hardware.

This module is based on Alien::LibUSBx by Henrik Brix Andersen, but fetches the source of the latest release on the libusb Github repository.

GIT REPOSITORY

http://github.com/athreef/Alien-LibUSB

SEE ALSO

LibUSB

Alien::LibUSB

Alien

AUTHOR

Ahmad Fatoum <athreef@cpan.org>, http://a3f.at

COPYRIGHT AND LICENSE

Copyright (C) 2017 Ahmad Fatoum

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.