# LPZeroMQ **Repository Path**: linzecong/LPZeroMQ ## Basic Information - **Project Name**: LPZeroMQ - **Description**: ZMQ system module package for Swift 5.1 - **Primary Language**: Swift - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LPZeroMQ **LPZeroMQ** provides ZeroMQ for **Swift 5.1**. Reference : [https://github.com/Zewo/CZeroMQ.git](https://github.com/Zewo/CZeroMQ.git) ## Installation ```bash $ sudo apt-get install libzmq3-dev ``` - Add `LPZeroMQ` to your `Package.swift` ```swift import PackageDescription let package = Package( dependencies: [ .Package(url: "https://github.com/Linzecong/LPZeroMQ.git", .branch("master")) ] ) ``` ## Usage [https://github.com/Linzecong/LP_ZMQ](https://github.com/Linzecong/LP_ZMQ)