https://github.com/truszkowski/Zlib
compress and decompress based on zlib
https://github.com/truszkowski/Zlib
Last synced: about 1 month ago
JSON representation
compress and decompress based on zlib
- Host: GitHub
- URL: https://github.com/truszkowski/Zlib
- Owner: truszkowski
- Created: 2010-02-27T22:37:39.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2013-03-24T13:53:25.000Z (about 12 years ago)
- Last Synced: 2024-11-05T11:54:25.382Z (6 months ago)
- Language: C++
- Homepage:
- Size: 109 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome - Zlib - compress and decompress based on zlib (etc)
- awesome - Zlib - compress and decompress based on zlib (etc)
README
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar
14 rue de Plaisance, 75014 Paris, France
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.-----------------------------------------------------------------------------
Structures to compress and/or decompress data. In C++.