mirage / ocaml-tar

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

Support for pax global extended headers #119

Closed MisterDA closed 1 year ago

MisterDA commented 1 year ago

~Unfinished work.~ PoC for supporting pax global extended headers. They introduce global state, which needs to be threaded to calls to HR.read, breaking the API. ~The change is somewhat important, so I haven't completed the work.~ Any thoughts? :-)

MisterDA commented 1 year ago

Rebased on 2.4.0.

reynir commented 1 year ago

Thanks!