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

https://github.com/dedbox/racket-zmq

Comprehensive Racket FFI bindings for ZeroMQ
https://github.com/dedbox/racket-zmq

Last synced: 5 months ago
JSON representation

Comprehensive Racket FFI bindings for ZeroMQ

Awesome Lists containing this project

README

          

# racket-zmq

Comprehensive Racket FFI bindings for ZeroMQ

Requires libzmq and a C compiler.

## Installation

````Shell
git clone git@github.com:egriffis/racket-zmq.git
raco pkg install --link racket-zmq
raco setup -l zmq
````