pipes-network: Use network sockets together with the pipes library.

[ bsd3, library, network, pipes ] [ Propose Tags ]

Use network sockets together with the pipes library.

This package is organized using the following namespaces:

  • Pipes.Network.TCP exports pipes and utilities for using TCP connections in a streaming fashion.

  • Pipes.Network.TCP.Safe subsumes Pipes.Network.TCP, exporting pipes and functions that allow you to safely establish new TCP connections within a pipeline using the pipes-safe facilities. You only need to use this module if you want to safely acquire and release operating system resources within a pipeline.

See the changelog file in the source distribution to learn about any important changes between version.


[Skip to Readme]

Downloads

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

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.1, 0.0.2, 0.1.0, 0.1.0.1, 0.1.1.0, 0.2.0.0, 0.3.0.0, 0.4.0.0, 0.4.0.1, 0.4.0.2, 0.5.0.0, 0.5.1.0, 0.6.0, 0.6.1, 0.6.2, 0.6.3, 0.6.4, 0.6.4.1, 0.6.5
Change log changelog.md
Dependencies base (>=4 && <5), bytestring (>=0.9.2.1), network, network-simple (>=0.4.0.1 && <0.5), pipes (>=4.0 && <4.4), pipes-safe (>=2.1 && <2.3), transformers (>=0.2 && <0.6) [details]
License BSD-3-Clause
Copyright Copyright (c) Renzo Carbonara 2012-2016, Paolo Capriotti 2012-2012.
Author Renzo Carbonara
Maintainer renzocarbonaraλgmail.com
Revised Revision 1 made by RenzoCarbonara at 2017-01-21T00:34:53Z
Category Pipes, Network
Home page https://github.com/k0001/pipes-network
Bug tracker https://github.com/k0001/pipes-network/issues
Source repo head: git clone git://github.com/k0001/pipes-network.git
Uploaded by RenzoCarbonara at 2016-07-20T22:08:10Z
Distributions NixOS:0.6.5
Reverse Dependencies 10 direct, 1 indirect [details]
Downloads 16198 total (53 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-07-20 [all 1 reports]

Readme for pipes-network-0.6.4.1

[back to package description]

pipes-network

Utilities to deal with sockets using the pipes and pipes-safe libraries.

Check the source or rendered Haddocks for extensive documentation.

This code is licensed under the terms of the so called 3-clause BSD license. Read the file named LICENSE found in this same directory for details.

See the PEOPLE file to learn about the people involved in this effort.