Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/itchio/kompress
- Owner: itchio
- Created: 2016-12-15T16:10:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-01T15:52:18.000Z (almost 5 years ago)
- Last Synced: 2024-06-21T04:45:45.606Z (7 months ago)
- Language: Go
- Size: 723 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.