套件:libghc-cmdargs-doc(0.10.22-2)
libghc-cmdargs-doc 的相關連結
Debian 的資源:
下載原始碼套件 haskell-cmdargs:
- [haskell-cmdargs_0.10.22-2.dsc]
- [haskell-cmdargs_0.10.22.orig.tar.gz]
- [haskell-cmdargs_0.10.22-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
command-line argument processing; documentation
It provides an easy way to define command-line parsers. Most users will want to use the System.Console.CmdArgs.Implicit module, whose documentation contains an example.
System.Console.CmdArgs.Explicit provides a way to write command-line parsers for both single mode programs (most programs) and multiple mode programs (e.g. darcs or cabal). Parsers are defined by constructing a data structure.
System.Console.CmdArgs.Implicit provides a way to concisely define command-line parsers, up to three times shorter than getopt. These parsers are translated into the Explicit data type.
System.Console.CmdArgs.GetOpt provides a wrapper allowing compatiblity with existing getopt parsers, mapping to the Explicit data type.
This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
其他與 libghc-cmdargs-doc 有關的套件
|
|
|
|
-
- dep: haddock-interface-42
- 本虛擬套件由這些套件填實: ghc
-
- rec: ghc-doc
- Documentation for the Glasgow Haskell Compilation system
-
- rec: libghc-cmdargs-dev
- command-line argument processing
-
- rec: libjs-mathjax
- JavaScript display engine for LaTeX and MathML
-
- sug: libghc-cmdargs-prof
- command-line argument processing; profiling libraries