Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.