zeromq4-haskell: Bindings to ZeroMQ 4.x
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
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 >= 4.x
[Skip to Readme]
Properties
Versions | 0.1, 0.2, 0.3, 0.3.1, 0.3.2, 0.4, 0.4.1, 0.5, 0.5.1, 0.6, 0.6.1, 0.6.2, 0.6.3, 0.6.4, 0.6.5, 0.6.6, 0.6.6, 0.6.7, 0.7.0, 0.8.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | async (>=2.0 && <3.0), base (>=3 && <5), bytestring (>=0.10), containers (>=0.5), exceptions (>=0.6 && <1.0), ghc-prim (>=0.3 && <0.4), monad-control (>=1.0), semigroups (>=0.8), transformers (>=0.3), transformers-base (>=0.4) [details] |
License | MIT |
Copyright | (c) 2010 - 2015 zeromq-haskell authors |
Author | Toralf Wittner |
Maintainer | Toralf Wittner <tw@dtex.org> |
Category | System, FFI |
Home page | https://gitlab.com/twittner/zeromq-haskell/ |
Source repo | head: git clone https://gitlab.com/twittner/zeromq-haskell |
Uploaded | by ToralfWittner at 2017-06-14T21:32:15Z |
Modules
- Data
- Data.Restricted
- System
- System.ZMQ4
- System.ZMQ4.Internal
- System.ZMQ4.Internal.Base
- System.ZMQ4.Internal.Error
- System.ZMQ4.Monadic
- System.ZMQ4.Internal
- System.ZMQ4
Downloads
- zeromq4-haskell-0.6.6.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees