mirage / ocaml-tar

Pure OCaml library to read and write tar files
ISC License
54 stars 34 forks source link

New tar gz #146

Closed dinosaure closed 3 months ago

dinosaure commented 5 months ago

This PR is the continuity of #140 and #143. It adds the support to make a *.tar.gz archive. I extended the GADT and introduce the Write operation. Then, it just matters of composition between the ('a, 'err, 't) Tar.t and the decompress layer.

dinosaure commented 3 months ago

I think it's ready to merge :+1:. All contributors agreed on this version,