udev: libudev bindings

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]

Warnings:

libudev bindings


[Skip to Readme]

Properties

Versions 0.0.0.0, 0.1.0.0, 0.1.1.0, 0.1.1.0
Change log changelog
Dependencies base (>=4 && <5), bytestring, posix-paths, udev, unix [details]
License BSD-3-Clause
Copyright (c) 2013, Sam Truzjan
Author Sam Truzjan
Maintainer abimelech@gmail.com
Category System
Home page https://github.com/LeifW/udev
Bug tracker https://github.com/LeifW/udev/issues
Source repo head: git clone git://github.com/LeifW/udev.git -b master
this: git clone git://github.com/LeifW/udev.git -b master(tag v0.1.1.0)
Uploaded by LeifWarner at 2020-01-15T10:45:44Z

Modules

Flags

Automatic Flags
NameDescriptionDefault
examples

whether to build examples

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for udev-0.1.1.0

[back to package description]

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

Maintainer abimelech@gmail.com

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