https://github.com/ZewoGraveyard/CZlib
Swift wrapper of zlib for macOS and Linux
https://github.com/ZewoGraveyard/CZlib
Last synced: 5 months ago
JSON representation
Swift wrapper of zlib for macOS and Linux
- Host: GitHub
- URL: https://github.com/ZewoGraveyard/CZlib
- Owner: ZewoGraveyard
- Created: 2016-05-22T18:09:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-15T22:21:45.000Z (over 8 years ago)
- Last Synced: 2024-05-18T22:51:37.855Z (11 months ago)
- Language: C
- Homepage:
- Size: 153 KB
- Stars: 5
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- TheList - Zewo zlib - SwiftPM-compatible fork of zlib, OS X & Linux ready. (Server Side Utilities / Compression)
README
# zlib
[](https://travis-ci.org/Zewo/zlib)

> zlib for SwiftPM, OS X & Linux ready
SwiftPM-compatible fork of [zlib](https://github.com/madler/zlib) ([source commit](https://github.com/madler/zlib/tree/50893291621658f355bc5b4d450a8d06a563053d))
# Installation
## Swift Package Manager
```swift
.Package(url: "https://github.com/Zewo/zlib.git", majorVersion: 0, minor: 4)
```