Merge pull request #115 from arnavb/patch-1
Miniz is now under the MIT license
This commit is contained in:
commit
5d3698e3e5
|
@ -128,7 +128,7 @@ as C/C++, as this is not an obstacle to most users.)
|
|||
# compression
|
||||
| | library | license | API |files| description
|
||||
|---| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| -----------
|
||||
| |**[miniz.c](https://github.com/richgel999/miniz)** |**public domain**|C/C++|**1**| compression, decompression, ZIP file, PNG writing
|
||||
| |**[miniz.c](https://github.com/richgel999/miniz)** | MIT |C/C++|**1**| compression, decompression, ZIP file, PNG writing
|
||||
| | [lz4](https://github.com/lz4/lz4) | BSD |C/C++| 2 | fast but larger LZ compression
|
||||
| | [fastlz](https://code.google.com/archive/p/fastlz/source/default/source) | MIT |C/C++| 2 | fast but larger LZ compression
|
||||
| | [pithy](https://github.com/johnezang/pithy) | BSD |C/C++| 2 | fast but larger LZ compression
|
||||
|
|
Loading…
Reference in New Issue