directory alternatives and similar packages
Based on the "System" category.
Alternatively, view directory alternatives based on common mentions on social networks and blogs.
-
taffybar
A gtk based status bar for tiling window managers such as XMonad -
optparse-generic
Auto-generate a command-line parser for your datatype -
hapistrano
Deploy tool for Haskell applications, like Capistrano for Rails -
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. -
system-fileio
Contains the system-filepath and system-fileio packages -
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. -
optparse-declarative
Declarative command-line option parser -
directory-contents
Recursively build a tree of directory contents, avoiding symlink cycles -
executable-hash
Provides the SHA1 hash of the program executable
Updating dependencies is time-consuming.
Do you think we are missing an alternative of directory or a related project?
README
directory
Documentation can be found on Hackage. Changes between versions are recorded in the [change log](changelog.md).
Building from Git repository
When building this package directly from the Git repository, one must run
autoreconf -fi
to generate the configure
script needed by cabal
configure
. This requires Autoconf to be installed.
autoreconf -fi
cabal install
There is no need to run the configure
script manually however, as cabal
configure
does that automatically.