hidapi: Haskell bindings to HIDAPI

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Haskell bindings to the HIDAPI library (https://github.com/libusb/hidapi).

Note you need need to have the corresponding low-level library installed for your OS, e.g. libudev-dev on Debian/Ubuntu, or just udev on distributions that don't split dev libraries.


[Skip to Readme]

Properties

Versions 0.1, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.6, 0.1.7, 0.1.8
Change log None available
Dependencies base (<5), bytestring (>=0.9.2.1), deepseq (>=1.3), deepseq-generics (>=0.1) [details]
License MIT
Author Patrick Chilton <chpatrick@gmail.com>, Niklas Hambüchen <mail@nh2.me>
Maintainer Patrick Chilton <chpatrick@gmail.com>
Category Hardware
Home page https://github.com/chpatrick/haskell-hidapi
Bug tracker https://github.com/chpatrick/haskell-hidapi/issues
Source repo head: git clone git://github.com/chpatrick/haskell-hidapi.git
Uploaded by PatrickChilton at 2021-03-22T20:17:38Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for hidapi-0.1.6

[back to package description]

hidapi Build Status

Haskell FFI bindings to the HIDAPI library

Vendored HIDAPI

hidapi bundles C source from the libusb project. The current version of the HIDAPI library bundled with this library is libusb/hidapi@f8a47b5.