The zeromq-haskell package
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).
Properties
| Versions | 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 |
| License | MIT |
| Copyright | Copyright (c) 2011 zeromq-haskell authors |
| Author | Toralf Wittner |
| Maintainer | toralf.wittner@gmail.com |
| Stability | experimental |
| Category | System, FFI |
| Home page | http://github.com/twittner/zeromq-haskell/ |
| Upload date | Sat Nov 26 13:15:58 UTC 2011 |
| Uploaded by | ToralfWittner |
| Built on | ghc-7.2 |
| Distributions | NixOS: 0.8.4, Debian: 0.8.3 |
Modules
- System
Downloads
- zeromq-haskell-0.8.tar.gz (Cabal source package)
- package description (included in the package)