@hackage / pipes-cliff

Streaming to and from subprocesses using Pipes

Version Deprecated package0.12.0.0

About

Metadata

  • Last updated , by OmariNorman
  • License BSD-3-Clause
  • Categories Streaming, Concurrency
  • Maintained by: omari@smileystation.com

  • Lottery factor: 0

Links

Installation

This package has been deprecated

Package Flags

Use the -f option with cabal commands to enable flags

    tests (off by default)

    Build test executables

Readme

pipes-cliff helps you spawn subprocesses and send data to and from them with the Pipes library. Subprocesses are opened using the process library, and you stream data in and out using the various Pipes abstractions.

Though this library uses the Pipes library, I have not coordinated with the author of the Pipes library in any way. Any bugs or design flaws are mine and should be reported to

http://www.github.com/massysett/pipes-cliff/issues

For more information, see the README.md file, which is located in the source tarball and at

https://github.com/massysett/pipes-cliff