guzba / zippy

Pure Nim implementation of deflate, zlib, gzip and zip.
MIT License
246 stars 29 forks source link

uncompress `tar.xz` files #24

Open vitreo12 opened 3 years ago

vitreo12 commented 3 years ago

Hello!

Is it in the plans to add support for tar.xz files?

Thanks a lot and keep up the good work :)

guzba commented 3 years ago

Hello, yeah I would like to support as many tar formats as possible. Unfortunately each one is pretty complex. I'm probably not going to be able to add .tar.xz in the short term as I'm currently focused on some other repos I contribute to. We can use this issue though to track future progress.

vitreo12 commented 3 years ago

That's alright, thanks for the swift response! I'll check again in the future