https://github.com/apple/swift-nio-zlib-support
https://github.com/apple/swift-nio-zlib-support
swift4 swiftnio zlib
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/apple/swift-nio-zlib-support
- Owner: apple
- License: apache-2.0
- Archived: true
- Created: 2018-02-20T02:05:10.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2021-07-14T16:33:38.000Z (about 4 years ago)
- Last Synced: 2024-12-30T22:41:36.961Z (9 months ago)
- Topics: swift4, swiftnio, zlib
- Language: Swift
- Size: 5.86 KB
- Stars: 28
- Watchers: 19
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# swift-nio-zlib-support
## Deprecated
This package used to support depending on zlib in the Swift Package Manager. It is no longer necessary for this use-case:
instead, you can use either `systemLibrary` targets or the SwiftPM `linkerSettings` flag. For examples of its use, see
`CNIOExtrasZlib` in [`swift-nio-extras`](https://github.com/apple/swift-nio-extras).## Usage
This is a package just to be able to use zlib with SwiftPM.
To use this package, add this to your `Package.swift` in `dependencies`:.package(url: "https://github.com/apple/swift-nio-zlib-support.git", from: "1.0.0"),