diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2015-02-24 23:45:56 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:47:04 +0700 |
commit | 063355369232d2c37a45c672558b1029b95a636b (patch) | |
tree | a38e535281857871b19d5f7e75e4bd1d0c86cb38 /haskell/haskell-cmdlib/slack-desc | |
parent | 8d0e2e8ae8a4a3abe0296ef52ccfca221c0b902c (diff) |
haskell/haskell-cmdlib: Added (a library for command line parsing & online help).
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-cmdlib/slack-desc')
-rw-r--r-- | haskell/haskell-cmdlib/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-cmdlib/slack-desc b/haskell/haskell-cmdlib/slack-desc new file mode 100644 index 0000000000000..ada5e943d9c0d --- /dev/null +++ b/haskell/haskell-cmdlib/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +haskell-cmdlib: haskell-cmdlib (a library for command line parsing & online help) +haskell-cmdlib: +haskell-cmdlib: A commandline parsing library based on getopt. Comes with a powerful +haskell-cmdlib: attribute system. Supports complex interfaces with many options and +haskell-cmdlib: commands, with grouping, with simple and convenient API. +haskell-cmdlib: +haskell-cmdlib: +haskell-cmdlib: +haskell-cmdlib: +haskell-cmdlib: +haskell-cmdlib: |