Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)
```