套件: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)
- support library providing __atomic built-in functions
-
- dep: libc6 (>= 2.17)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libghc-base-dev-4.11.1.0-7db1a
- 本虛擬套件由這些套件填實: ghc
-
- dep: libghc-filepath-dev-1.4.2-c0b20
- 本虛擬套件由這些套件填實: ghc
-
- dep: libghc-process-dev-1.6.3.0-5105e
- 本虛擬套件由這些套件填實: ghc
-
- dep: libghc-template-haskell-dev-2.13.0.0-50e9c
- 本虛擬套件由這些套件填實: ghc
-
- dep: libghc-transformers-dev-0.5.5.0-b5d2f
- 本虛擬套件由這些套件填實: ghc
-
- dep: libgmp10
- Multiprecision arithmetic library
-
- sug: libghc-cmdargs-doc
- command-line argument processing; documentation
-
- sug: libghc-cmdargs-prof
- command-line argument processing; profiling libraries