Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ZewoGraveyard/CZlib
Swift wrapper of zlib for macOS and Linux
https://github.com/ZewoGraveyard/CZlib
Last synced: 3 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-15T22:21:45.000Z (about 8 years ago)
- Last Synced: 2024-05-18T22:51:37.855Z (6 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
[![Build Status](https://travis-ci.org/Zewo/zlib.svg?branch=master)](https://travis-ci.org/Zewo/zlib)
![Platforms](https://img.shields.io/badge/platforms-Linux%20%7C%20OS%20X-blue.svg)
![Package Managers](https://img.shields.io/badge/package%20managers-SwiftPM-yellow.svg)> 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)
```