calccrypto / tar

A simple tar implementation in C
MIT License
114 stars 34 forks source link

Development of this library #14

Open demhademha opened 3 years ago

demhademha commented 3 years ago

Are there any plans to expand on this library, for example, to add support for gzip / xz decompression. Many people (including myself), find libarchive more complicated than it needs to be. I believe that if this library was expanded upon, it could be a suitable alternative. Regards.

calccrypto commented 3 years ago

I have no plans to expand this library. I wrote it to practice C. If you would like to expand upon it, feel free to open pull requests.