zig/lib/std/compress
Andrew Kelley d94613c1d0 support xz compressed tarballs in the package manager
This includes a breaking change:

std.compress.gzip.GzipStream renamed to
std.compress.gzip.Decompress

This follows the same naming convention as std.compress.xz so that the
stream type can be passed as a comptime parameter.
2023-01-24 15:24:19 -07:00
..
deflate update uses of overflow arithmetic builtins 2022-12-27 15:13:14 +02:00
testdata update gitattributes and move test data into subdir 2022-12-18 16:28:30 -07:00
xz std.compress.xz public API cleanup 2023-01-24 15:24:19 -07:00
deflate.zig Make CompressorOptions public 2022-10-12 04:04:43 -04:00
gzip.zig support xz compressed tarballs in the package manager 2023-01-24 15:24:19 -07:00
xz.zig std.compress.xz public API cleanup 2023-01-24 15:24:19 -07:00
zlib.zig update gitattributes and move test data into subdir 2022-12-18 16:28:30 -07:00