adnihilum / udev

Haskell bindings to libudev

Home Page:http://hackage.haskell.org/package/udev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This package provides Haskell bindings to libudev, that allows access to device information. libudev is part of udev device manager for linux kernel.

To build library you need to install libudev-dev (Debian, Ubuntu) first.

To build examples you need to configure package with examples flag. The examples are ported from this tutorial.

Documentation is available at udev hackage page, but if it isn't you can see gh-pages branch hosted by github.

Build Status Build Status

Feel free to report bugs and suggestions via github issue tracker or the mail.

About

Haskell bindings to libudev

http://hackage.haskell.org/package/udev

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%