[ Bron: haskell-typed-process ]
Pakket: libghc-typed-process-doc (0.2.12.0-1)
Verwijzigingen voor libghc-typed-process-doc
Debian bronnen:
Het bronpakket haskell-typed-process downloaden:
- [haskell-typed-process_0.2.12.0-1.dsc]
- [haskell-typed-process_0.2.12.0.orig.tar.gz]
- [haskell-typed-process_0.2.12.0-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.
Andere aan libghc-typed-process-doc gerelateerde pakketten
|
|
|
|
-
- dep: haddock-interface-42
- virtueel pakket geboden door ghc
-
- rec: ghc-doc
- Documentation for the Glasgow Haskell Compilation system
-
- rec: libghc-async-doc
- run IO operations asynchronously and wait for their results; documentation
-
- 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