huck alternatives and similar packages
Based on the "System" category.
Alternatively, view huck alternatives based on common mentions on social networks and blogs.
-
hapistrano
Deploy tool for Haskell applications, like Capistrano for Rails -
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 -
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
Clean code begins in your IDE with SonarLint
Do you think we are missing an alternative of huck or a related project?
README
huck
'Cause just like in the classic mis-adventure, Tom doesn't really pull his weight. So Huck is gathering all the toml parsers and making them betterer.
A library for making toml betterer.
Usage
Usage docs to follow.
Compatibility
This is intended to be a v0.4.0 compatible parser.
TODO
- inline table support
- pretty printing of Toml documents
- roundtrip tests on pretty printer
- include BurntSushi suite of toml documents
- whitespace preserving
- Fixup top level import and haddocks (top level haddock documentation needs explicit exports)
STATUS
Unfinished, unmaintained and likely superseeded by tomland.
Most everything I wanted to do with this library has been done in tomland
either better or sooner that I could have.