[ 源代码: haskell-typed-process ]
软件包:libghc-typed-process-doc(0.2.10.1-1)
libghc-typed-process-doc 的相关链接
Debian 的资源:
下载源码包 haskell-typed-process:
- [haskell-typed-process_0.2.10.1-1.dsc]
- [haskell-typed-process_0.2.10.1.orig.tar.gz]
- [haskell-typed-process_0.2.10.1-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
run external processes, with strong typing of streams; documentation
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 the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
其他与 libghc-typed-process-doc 有关的软件包
|
|
|
|
-
- dep: haddock-interface-38
- 本虚包由这些包填实: ghc
-
- dep: sgml-base (>= 1.28)
- SGML infrastructure and SGML catalog file support
-
- rec: ghc-doc
- Documentation for the Glasgow Haskell Compilation system
-
- rec: libghc-typed-process-dev
- run external processes, with strong typing of streams
-
- rec: libghc-unliftio-core-doc
- MonadUnliftIO typeclass for unlifting monads to IO; documentation
-
- rec: libjs-mathjax
- JavaScript display engine for LaTeX and MathML
-
- sug: libghc-typed-process-prof
- run external processes, with strong typing of streams; profiling libraries