Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitchellwrosen/hzyre
A Haskell implementation of Zyre: https://github.com/zeromq/zyre
https://github.com/mitchellwrosen/hzyre
Last synced: about 1 month ago
JSON representation
A Haskell implementation of Zyre: https://github.com/zeromq/zyre
- Host: GitHub
- URL: https://github.com/mitchellwrosen/hzyre
- Owner: mitchellwrosen
- License: lgpl-3.0
- Created: 2015-06-19T07:46:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-19T08:05:52.000Z (over 9 years ago)
- Last Synced: 2024-10-22T06:55:16.440Z (3 months ago)
- Language: Haskell
- Homepage:
- Size: 137 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#### Overview
A totally incomplete Haskell implementation of the Zyre framework, to be hacked on intermittently, and possibly never be completed.
---
#### Building
```
git clone [email protected]:mitchellwrosen/hzyre.git
cd hzyre
stack test
```---
#### Contributing
In true ZMQ fashion, contributions use the [C4.1 process](http://rfc.zeromq.org/spec:16) created by Pieter Hintjens,
as described in chapter 6 of [The Guide](http://zguide.zeromq.org/page:all#toc141). TL;DR: Contributions are made
using the fork+pull model, and this project is owned collectively by all contributors.