[ ソース: 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 インフラストラクチャおよび SGML カタログファイルのサポート
-
- rec: ghc-doc
- Glasgow Haskell Compilation システムのドキュメンテーション
-
- 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