[ 源代码: 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-7a556
- 本虚包由这些包填实: libghc-async-prof
-
- dep: libghc-base-prof-4.11.1.0-b951c
- 本虚包由这些包填实: ghc-prof
-
- dep: libghc-bytestring-prof-0.10.8.2-40be2
- 本虚包由这些包填实: ghc-prof
-
- dep: libghc-process-prof-1.6.3.0-7de11
- 本虚包由这些包填实: ghc-prof
-
- dep: libghc-stm-prof-2.4.5.1-23dc2
- 本虚包由这些包填实: ghc-prof
-
- dep: libghc-transformers-prof-0.5.5.0-3e0fa
- 本虚包由这些包填实: ghc-prof
-
- dep: libghc-typed-process-dev (= 0.2.3.0-2+b2)
- run external processes, with strong typing of streams