hidapi: Haskell bindings to HIDAPI

[ hardware, library, mit ] [ Propose Tags ]

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]

Modules

[Last Documentation]

  • System
    • System.HIDAPI

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.1.8
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:18:27Z
Distributions LTSHaskell:0.1.8, NixOS:0.1.8, Stackage:0.1.8
Reverse Dependencies 5 direct, 0 indirect [details]
Downloads 5793 total (34 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2021-03-22 [all 2 reports]

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.