[ ソース: haskell-typed-process ]
パッケージ: libghc-typed-process-prof (0.2.3.0-2 など)
libghc-typed-process-prof に関するリンク
Debian の資源:
haskell-typed-process ソースパッケージをダウンロード:
- [haskell-typed-process_0.2.3.0-2.dsc]
- [haskell-typed-process_0.2.3.0.orig.tar.gz]
- [haskell-typed-process_0.2.3.0-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [haskell-lang.org]
類似のパッケージ:
run external processes, with strong typing of streams; profiling libraries
This library provides the ability to launch and interact with external processes. It wraps around the process library, and intends to improve upon it by:
* Using type variables to represent the standard streams, making them easier to manipulate * Use proper concurrency (e.g., the async library) in place of the weird lazy I/O tricks for such things as consuming output streams * Allow for more complex concurrency by providing STM-based functions * Using binary I/O correctly * Providing a more composable API, designed to be easy to use for both simple and complex use cases
This package provides a library for the Haskell programming language, compiled for profiling. See http://www.haskell.org/ for more information on Haskell.
その他の libghc-typed-process-prof 関連パッケージ
|
|
|
|
-
- dep: libghc-async-prof-2.2.1-a7481
- 以下のパッケージによって提供される仮想パッケージです: libghc-async-prof
-
- dep: libghc-base-prof-4.11.1.0-3abbc
- 以下のパッケージによって提供される仮想パッケージです: ghc-prof
-
- dep: libghc-bytestring-prof-0.10.8.2-1e712
- 以下のパッケージによって提供される仮想パッケージです: ghc-prof
-
- dep: libghc-process-prof-1.6.3.0-871ce
- 以下のパッケージによって提供される仮想パッケージです: ghc-prof
-
- dep: libghc-stm-prof-2.4.5.1-23dc2
- 以下のパッケージによって提供される仮想パッケージです: ghc-prof
-
- dep: libghc-transformers-prof-0.5.5.0-1fc6e
- 以下のパッケージによって提供される仮想パッケージです: ghc-prof
-
- dep: libghc-typed-process-dev (= 0.2.3.0-2+b2)
- run external processes, with strong typing of streams