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
- Host: GitHub
- URL: https://github.com/dedbox/racket-zmq
- Owner: dedbox
- License: mpl-2.0
- Created: 2015-10-01T06:42:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-22T18:54:20.000Z (over 10 years ago)
- Last Synced: 2025-01-30T11:44:07.673Z (over 1 year ago)
- Language: Racket
- Size: 578 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
````