https://github.com/allyourcodebase/libusb
libusb with batteries...build.zig included
https://github.com/allyourcodebase/libusb
Last synced: 10 months ago
JSON representation
libusb with batteries...build.zig included
- Host: GitHub
- URL: https://github.com/allyourcodebase/libusb
- Owner: allyourcodebase
- License: lgpl-2.1
- Created: 2023-09-07T00:19:38.000Z (over 2 years ago)
- Default Branch: v1.0.26-zig
- Last Pushed: 2025-02-13T19:16:21.000Z (about 1 year ago)
- Last Synced: 2025-04-06T22:38:20.731Z (11 months ago)
- Language: C
- Size: 3.72 MB
- Stars: 7
- Watchers: 4
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
# libusb
[](https://travis-ci.org/libusb/libusb)
[](https://ci.appveyor.com/project/LudovicRousseau/libusb)
[](https://scan.coverity.com/projects/libusb-libusb)
libusb is a library for USB device access from Linux, macOS,
Windows, OpenBSD/NetBSD, Haiku and Solaris userspace.
It is written in C (Haiku backend in C++) and licensed under the GNU
Lesser General Public License version 2.1 or, at your option, any later
version (see [COPYING](COPYING)).
libusb is abstracted internally in such a way that it can hopefully
be ported to other operating systems. Please see the [PORTING](PORTING)
file for more information.
libusb homepage:
http://libusb.info/
Developers will wish to consult the API documentation:
http://api.libusb.info
Use the mailing list for questions, comments, etc:
http://mailing-list.libusb.info
- Hans de Goede
- Xiaofan Chen
- Ludovic Rousseau
- Nathan Hjelm
- Chris Dickens
(Please use the mailing list rather than mailing developers directly)