zeromq-haskell: bindings to zeromq
The 0MQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. 0MQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more. This library provides the Haskell language binding to 0MQ and support 0MQ 2.x as well as 3.x (use -fzmq2 or -fzmq3 to select between the two).
[Skip to Readme]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
zmq2 | Compile with 0MQ 2.x | Enabled |
zmq3 | Compile with 0MQ 3.x | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- zeromq-haskell-0.8.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.1.1, 0.1.2, 0.2, 0.2.1, 0.2.2, 0.3, 0.3.1, 0.4, 0.4.1, 0.4.2, 0.5.0, 0.6.0, 0.7.0, 0.7.1, 0.8, 0.8.1, 0.8.2, 0.8.3, 0.8.4 |
---|---|
Dependencies | base (>=3 && <5), bytestring, containers [details] |
Tested with | ghc ==7.0.3 |
License | MIT |
Copyright | Copyright (c) 2011 zeromq-haskell authors |
Author | Toralf Wittner |
Maintainer | toralf.wittner@gmail.com |
Category | System, FFI |
Home page | http://github.com/twittner/zeromq-haskell/ |
Uploaded | by ToralfWittner at 2011-11-26T13:15:58Z |
Distributions | |
Reverse Dependencies | 10 direct, 1 indirect [details] |
Downloads | 16008 total (20 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |