软件包:libghc-cmdargs-dev(0.10.20-2 以及其他的)
libghc-cmdargs-dev 的相关链接
Debian 的资源:
下载源码包 haskell-cmdargs:
- [haskell-cmdargs_0.10.20-2.dsc]
- [haskell-cmdargs_0.10.20.orig.tar.gz]
- [haskell-cmdargs_0.10.20-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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: libatomic1 (>= 4.8)
- 提供 __atomic 内置函数的支持库
-
- dep: libc6 (>= 2.2.5)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libghc-base-dev-4.11.1.0-5dd74
- 本虚包由这些包填实: ghc
-
- dep: libghc-filepath-dev-1.4.2-27f5e
- 本虚包由这些包填实: ghc
-
- dep: libghc-process-dev-1.6.3.0-5105e
- 本虚包由这些包填实: ghc
-
- dep: libghc-template-haskell-dev-2.13.0.0-87d93
- 本虚包由这些包填实: ghc
-
- dep: libghc-transformers-dev-0.5.5.0-b5d2f
- 本虚包由这些包填实: ghc
-
- dep: libgmp10
- 多精度运算库
-
- sug: libghc-cmdargs-doc
- command-line argument processing; documentation
-
- sug: libghc-cmdargs-prof
- command-line argument processing; profiling libraries