Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rmculpepper/racket-zeromq
Racket bindings for ZeroMQ
https://github.com/rmculpepper/racket-zeromq
racket zeromq
Last synced: 21 days ago
JSON representation
Racket bindings for ZeroMQ
- Host: GitHub
- URL: https://github.com/rmculpepper/racket-zeromq
- Owner: rmculpepper
- Created: 2017-08-02T20:48:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-27T10:46:24.000Z (over 2 years ago)
- Last Synced: 2024-12-03T06:42:15.535Z (3 months ago)
- Topics: racket, zeromq
- Language: Racket
- Size: 111 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-racket - zeromq-r - Bindings for ZeroMQ. (Messaging)
README
# zeromq-r
Racket bindings for ZeroMQ (aka 0MQ aka ZMQ).
The name of the repository is `racket-zeromq`.
The name of the package is `zeromq-r`.
The name of the collection is `zeromq`.
Just so that's clear.# Prerequisites
This package depends on the `libzmq` shared library, which must be
installed either in the operating system's default library search path
or in Racket's extended library search path (see
`get-lib-search-dirs`).Instructions for common platforms:
- on Linux (Debian, Ubuntu, etc): `sudo apt install libzmq5`
- on Linux (Redhat, etc): `sudo yum install zeromq`
- on Mac OS with Homebrew: `brew install zeromq`
- on Windows: This package automatically installs `libzmq.dll` in Racket's `lib` directory through a dependency on the `zeromq-win32-{i386,x86_64}` package.# Installation
Install and build the package and its dependencies with the following
command:
```
raco pkg install --auto zeromq-r
```# Documentation
See https://docs.racket-lang.org/zeromq-r/