Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Add lzip support #400

Closed
sorairolake opened this issue Apr 4, 2024 · 0 comments · Fixed by #401
Closed

Add lzip support #400

sorairolake opened this issue Apr 4, 2024 · 0 comments · Fixed by #401

Comments

@sorairolake
Copy link
Contributor

Introduce the format you are requesting.

lzip is a compressed file format that using LZMA developed in 2008. The compression ratio is about the same as xz (which uses LZMA2). It mainly features a simpler file format and therefore easier error recovery. GMP also distributes this format of tarballs in addition to xz and zstd.1

What do YOU use this format for?

Use cases of this format are similar to gzip and bzip2.

What is the format's conventional file extension(s)?

.lz

Please see https://datatracker.ietf.org/doc/html/draft-diaz-lzip-09#section-4.1.

Please link to the format's formal or official specification(s).

Which Go libraries could be used to implement this format?

Footnotes

  1. https://gmplib.org/#DOWNLOAD

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants