https://github.com/evolution-app/czeromq
Module to access ZeroMQ library written in C
https://github.com/evolution-app/czeromq
message-broker message-queue swift swift4 zeromq zeromq-czmq zewo
Last synced: 10 months ago
JSON representation
Module to access ZeroMQ library written in C
- Host: GitHub
- URL: https://github.com/evolution-app/czeromq
- Owner: EVOlution-App
- License: mit
- Created: 2018-03-12T17:59:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-12T21:30:33.000Z (about 8 years ago)
- Last Synced: 2025-07-26T17:51:54.559Z (11 months ago)
- Topics: message-broker, message-queue, swift, swift4, zeromq, zeromq-czmq, zewo
- Language: Swift
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CZeroMQ
======
[](https://swift.org)
[](https://swift.org)
[](https://tldrlegal.com/license/mit-license)
[](http://slack.zewo.io)
**CZeroMQ** provides ZeroMQ for **Swift 3.0**.
## Installation
```bash
$ sudo apt-get install libzmq3-dev
```
- Add `CZeroMQ` to your `Package.swift`
```swift
import PackageDescription
let package = Package(
dependencies: [
.Package(url: "https://github.com/Zewo/CZeroMQ.git", majorVersion: 1)
]
)
```
## Community
[](http://slack.zewo.io)
Join us on [Slack](http://slack.zewo.io).
License
-------
**CZeroMQ** is released under the MIT license. See LICENSE for details.