From d2dd06daf20b92581c6e397e79bcce43325b144e Mon Sep 17 00:00:00 2001 From: Matthieu Dubuget Date: Thu, 21 Mar 2019 19:07:25 +0100 Subject: [PATCH] Added a minimal README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..aac03bd --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +Binding to a tiny part of [libusb](http://libusb.info/). + +For a more complete binding, have a look at the more complete and more advanced [ocaml-usb](https://github.com/letoh/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. \ No newline at end of file