Binding to a tiny part of http://libusb.info libusb
Go to file
2019-03-21 19:07:25 +01:00
lib Small project updates 2019-03-21 18:56:19 +01:00
dune-project Small project updates 2019-03-21 18:56:19 +01:00
libusb.opam Small project updates 2019-03-21 18:56:19 +01:00
README.md Added a minimal README 2019-03-21 19:07:25 +01:00

Binding to a tiny part of libusb.

For a more complete binding, have a look at the more complete and more advanced ocaml-usb.

I wrote this alternate binding:

  • in order to experiment more in depth with Ctypes;
  • and because I needed something more portable than ocaml-usb: this one is working on Windows, which was not the case of ocaml-usb when I started this project.