zeromq4-patterns: Haskell implementation of several ZeroMQ patterns.

[ bsd3, library, program, system ] [ Propose Tags ]

Haskell implementation of several ZeroMQ patterns that you can find in the official ZeroMQ guide.


[Skip to Readme]

Modules

  • System
    • ZMQ4
      • Patterns
        • System.ZMQ4.Patterns.Clone
          • System.ZMQ4.Patterns.Clone.Internal
        • System.ZMQ4.Patterns.RequestReply

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.3.0.0, 0.3.1.0
Dependencies async, base (>=4.7 && <5), binary, bytestring, exceptions, stm, zeromq4-haskell, zeromq4-patterns [details]
License BSD-3-Clause
Copyright 2018 Henri Verroken
Author Henri Verroken
Maintainer henriverroken@gmail.com
Category System
Home page https://github.com/hverr/zeromq4-patterns#readme
Bug tracker https://github.com/hverr/zeromq4-patterns/issues
Source repo head: git clone https://github.com/hverr/zeromq4-patterns
Uploaded by hverr at 2018-05-01T19:42:37Z
Distributions LTSHaskell:0.3.1.0, Stackage:0.3.1.0
Executables zeromq4-patterns-exe
Downloads 2277 total (19 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2018-05-01 [all 3 reports]

Readme for zeromq4-patterns-0.3.1.0

[back to package description]

zeromq4-patterns

Travis Hackage Stackage Nightly Stackage LTS

Haskell implementation of several ZeroMQ patterns that you can find in the official ZeroMQ guide

Implementations