软件包:libghc-cmdargs-dev(0.10.20-3) [debports]
command-line argument processing
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 a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
其他与 libghc-cmdargs-dev 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.31)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libghc-base-dev-4.13.0.0-a861a
- 软件包暂时不可用
-
- dep: libghc-filepath-dev-1.4.2.1-1bfe9
- 软件包暂时不可用
-
- dep: libghc-process-dev-1.6.8.0-d0698
- 软件包暂时不可用
-
- dep: libghc-template-haskell-dev-2.15.0.0-a28c0
- 软件包暂时不可用
-
- dep: libghc-transformers-dev-0.5.6.2-b2f0e
- 软件包暂时不可用
-
- dep: libgmp10
- 多精度运算库
-
- sug: libghc-cmdargs-doc
- command-line argument processing; documentation
-
- sug: libghc-cmdargs-prof
- command-line argument processing; profiling libraries