udev alternatives and similar packages
Based on the "System" category.
Alternatively, view udev alternatives based on common mentions on social networks and blogs.
-
optparse-generic
Auto-generate a command-line parser for your datatype -
ghc-hotswap
Example code for how we swap compiled code within a running Haskell process. -
nix-deploy
Deploy software or an entire NixOS system configuration to another NixOS system -
hapistrano
Deploy tool for Haskell applications, like Capistrano for Rails -
typed-process
Alternative API for processes, featuring more type safety -
openssh-github-keys
Control SSH access to your servers via GitHub teams -
atomic-write
Writes files atomically in Haskell while preserving permissions -
language-puppet
A library to work with Puppet manifests, test them and eventually replace everything ruby. -
ascii-progress
A simple Haskell progress bar for the console. Heavily borrows from TJ Holowaychuk's Node.JS project -
plugins
Dynamic linking and runtime evaluation of Haskell, and C, including dependency chasing and package resolution. -
directory-contents
Recursively build a tree of directory contents, avoiding symlink cycles
Access the most powerful time series database as a service
Do you think we are missing an alternative of udev or a related project?
README
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](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 
Maintainer [email protected]
Feel free to report bugs and suggestions via github issue tracker or the mail.