udev alternatives and similar packages
Based on the "System" category.
Alternatively, view udev alternatives based on common mentions on social networks and blogs.
-
ghc-hotswap
DISCONTINUED. Example code for how we swap compiled code within a running Haskell process. -
plugins
Dynamic linking and runtime evaluation of Haskell, and C, including dependency chasing and package resolution. -
ascii-progress
A simple Haskell progress bar for the console. Heavily borrows from TJ Holowaychuk's Node.JS project -
language-puppet
A library to work with Puppet manifests, test them and eventually replace everything ruby.
CodeRabbit: AI Code Reviews for Developers

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.