Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/itchio/kompress

A fork of golang's "compress" package
https://github.com/itchio/kompress

Last synced: about 2 months ago
JSON representation

A fork of golang's "compress" package

Awesome Lists containing this project

README

        

# kompress

[![Build Status](https://travis-ci.org/itchio/kompress.svg?branch=master)](https://travis-ci.org/itchio/kompress)

This is a fork of Google go's following packages:

* `compress/flate` (taken from go 1.9.2 distribution)
* `compress/gzip` (taken from go 1.9.2 distribution)
* `compress/bzip2` (taken from go 1.9.2 distribution)

## License

kompress is BSD-licensed, like the original code.