Skip to content

Evolution-App/CZeroMQ

Repository files navigation

CZeroMQ

Swift 3.0 Platforms Linux License MIT Slack Status

CZeroMQ provides ZeroMQ for Swift 3.0.

Installation

$ sudo apt-get install libzmq3-dev
  • Add CZeroMQ to your Package.swift
import PackageDescription

let package = Package(
	dependencies: [
		.Package(url: "https://github.com/Zewo/CZeroMQ.git", majorVersion: 1)
	]
)

Community

Slack

Join us on Slack.

License

CZeroMQ is released under the MIT license. See LICENSE for details.