The Zlib object can be used to compress and uncompress data using the zlib lossless data compression algorithm.
Example use:
compressedData := Zlib compress(uncompressedData)
uncompressedData := Zlib uncompress(compressedData)
zlib
should be installed and foundable in your system. Then:
eerie install https://github.com/IoLanguage/Zlib.git