hpio alternatives and similar packages
Based on the "System" category.
Alternatively, view hpio 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. -
nix-deploy
DISCONTINUED. Deploy software or an entire NixOS system configuration to another NixOS system -
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. -
cef
DISCONTINUED. A Haskell library for CEF (Commont Event Format) [GET https://api.github.com/repos/picussecurity/haskell-cef: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
Sevalla - Deploy and host your apps and databases, now with $50 credit!

Do you think we are missing an alternative of hpio or a related project?
Popular Comparisons
README
hpio
hpio
provides support for writing GPIO programs in Haskell. It
includes an embedded DSL for writing platform-independent programs,
along with low-level monads and IO functions which provide direct
access to each supported platform's native GPIO API.
Currently only the Linux sysfs
GPIO filesystem is supported, but
support for other Unix GPIO platforms is planned.
For details on usage, see the included tutorial module, or the
examples
directory in the source distribution.