streamly-process: Use OS processes as stream transformation functions
Use operating system (OS) commands in Haskell programs as if they were native Haskell functions, by treating their inputs and outputs as Haskell streams. This allows you to write high-level Haskell scripts that can perform tasks similar to shell scripts, but with C-like performance, and with strong safety guarantees, refactorability, and modularity.
[Skip to Readme]
Modules
[Index] [Quick Jump]
- Streamly
- Internal
- System
- Streamly.Internal.System.Command
- Streamly.Internal.System.Process
- Streamly.Internal.System.Process.Posix
- System
- System
- Internal
Flags
Manual Flags
Name | Description | Default |
---|---|---|
fusion-plugin | Use fusion plugin for benchmarks and executables | Disabled |
use-native | Do not depend on the process package | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- streamly-process-0.3.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0, 0.2.0, 0.2.0.1, 0.3.0, 0.3.1 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.8 && <5), exceptions (>=0.8 && <0.11), process (>=1.0 && <1.7), streamly (>=0.9 && <0.11), streamly-core (>=0.1 && <0.3) [details] |
Tested with | ghc ==9.4.4, ghc ==9.2.7, ghc ==9.0.2, ghc ==8.10.7, ghc ==8.8.4, ghc ==8.6.5 |
License | Apache-2.0 |
Copyright | Composewell Technologies |
Author | Composewell Technologies |
Maintainer | streamly@composewell.com |
Revised | Revision 1 made by harendra at 2024-01-20T19:48:25Z |
Category | Streamly, Streaming, System |
Home page | https://streamly.composewell.com |
Bug tracker | https://github.com/composewell/streamly-process/issues |
Source repo | head: git clone https://github.com/composewell/streamly-process |
Uploaded | by harendra at 2023-12-21T18:21:02Z |
Distributions | NixOS:0.3.1, Stackage:0.3.1 |
Reverse Dependencies | 1 direct, 1 indirect [details] |
Downloads | 610 total (24 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2023-12-21 [all 1 reports] |