パッケージ: libghc-cmdargs-dev (0.10.20-3 など)
libghc-cmdargs-dev に関するリンク
Debian の資源:
haskell-cmdargs ソースパッケージをダウンロード:
- [haskell-cmdargs_0.10.20-3.dsc]
- [haskell-cmdargs_0.10.20.orig.tar.gz]
- [haskell-cmdargs_0.10.20-3.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: libc6 (>= 2.2)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libghc-base-dev-4.13.0.0-95196
- 以下のパッケージによって提供される仮想パッケージです: ghc
-
- dep: libghc-filepath-dev-1.4.2.1-b22e3
- 以下のパッケージによって提供される仮想パッケージです: ghc
-
- dep: libghc-process-dev-1.6.9.0-d3807
- 以下のパッケージによって提供される仮想パッケージです: ghc
-
- dep: libghc-template-haskell-dev-2.15.0.0-51655
- 以下のパッケージによって提供される仮想パッケージです: ghc
-
- dep: libghc-transformers-dev-0.5.6.2-00bc3
- 以下のパッケージによって提供される仮想パッケージです: ghc
-
- dep: libgmp10
- 多倍長精度演算ライブラリ
-
- sug: libghc-cmdargs-doc
- command-line argument processing; documentation
-
- sug: libghc-cmdargs-prof
- command-line argument processing; profiling libraries