@hackage usb0.3
Communicate with USB devices
Categories
License
BSD-3-Clause
Maintainer
Bas van Dijk <v.dijk.bas@gmail.com>
Links
Versions
Installation
Dependencies (7)
- MonadCatchIO-transformers >=0.0.2 && <0.0.3
- base >=4 && <4.2
- bindings-libusb >=1.3 && <1.5
- bytestring >=0.9 && <0.10
- iteratee >=0.2 && <0.4
- text >=0.5 && <0.6 Show all…
Dependents (9)
@hackage/usb-safe, @hackage/usb-iteratee, @hackage/acme-everything, @hackage/ftdi, @hackage/ls-usb, @hackage/blink1, Show all…
Package Flags
enumerator
(on by default)
Export module System.USB.IO.Synchronous.Enumerator
This library enables you to communicate with USB devices from userspace. It is implemented as a high-level wrapper around bindings-libusb which is a low-level binding to the C library: libusb-1.*.