The multiarg package
multiarg is a parser combinator library to build command line parsers. With it you can easily create parsers with options that take more than one option argument--for example, I created multiarg due to the apparent lack of such ability amongst other parsers. Its basic design is loosely inspired by Parsec.
Provides Parser, a monad you use to build parsers. This monad exposes multiarg's full functionality. The library also has a simple, pre-built parser built with the underlying combinators, which works for many situtations and shields you from the underlying complexity if you don't need it.
See the documentation in the System.Console.MultiArg module for details.
Properties
| Versions | 0.1.0.0, 0.2.0.0, 0.4.0.0, 0.6.0.0, 0.8.0.0, 0.10.0.0, 0.12.0.0, 0.12.0.2, 0.14.0.0 |
|---|---|
| Dependencies | base (<4.4), containers (0.5.*), explicit-exception (0.1.*), utf8-string (0.3.7) or base (≥4.4 & <5), containers (0.5.*), explicit-exception (0.1.*) |
| License | BSD3 |
| Copyright | 2011-2013 Omari Norman. |
| Author | Omari Norman |
| Maintainer | omari@smileystation.com |
| Stability | Experimental |
| Category | Console, Parsing |
| Home page | https://github.com/massysett/multiarg |
| Bug tracker | omari@smileystation.com |
| Source repository | git clone git://github.com/massysett/multiarg.git |
| Upload date | Tue Apr 9 02:06:29 UTC 2013 |
| Uploaded by | OmariNorman |
| Built on | ghc-7.6 |
| Distributions | NixOS: 0.14.0.0 |
Modules
Downloads
- multiarg-0.14.0.0.tar.gz (Cabal source package)
- package description (included in the package)