Popularity
7.3
Declining
Activity
0.0
Stable
22
5
3
Monthly Downloads: 55
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags:
System
Latest version: v0.9.0.7
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
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 -
optparse-generic
Auto-generate a command-line parser for your datatype -
hapistrano
Deploy tool for Haskell applications, like Capistrano for Rails -
typed-process
Alternative API for processes, featuring more type safety -
language-puppet
A library to work with Puppet manifests, test them and eventually replace everything ruby. -
openssh-github-keys
Control SSH access to your servers via GitHub teams -
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 -
directory-contents
Recursively build a tree of directory contents, avoiding symlink cycles
Deliver Cleaner and Safer Code - Right in Your IDE of Choice!
SonarLint is a free and open source IDE extension that identifies and catches bugs and vulnerabilities as you code, directly in the IDE. Install from your favorite IDE marketplace today.
Promo
www.sonarlint.org
Do you think we are missing an alternative of hpio or a related project?
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.