Skip to content

Latest commit

 

History

27 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

Module to access ZeroMQ library written in C

Topics

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages