Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 556 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 556 Bytes

pony-zmq CircleCI

Pure Pony implementation of the ZeroMQ messaging library.

Testing

  1. Get stable (to manage dependencies).
  2. Get libsodium (required for pony-sodium). On OSX just to `brew install libsodium'.
  3. Fetch dependencies: stable fetch
  4. stable env ponyc --debug zmq/test
  5. ./test