The tar format isn’t all that complicated and if you don’t care about various file metadata and just want the filenames and their contents, this quick and dirty hack should be good enough:
Tar.jl has been updated to support Julia 1.3 and now has CI setup for all the usual platforms (including Windows). It is still not registered, however, because we’re trying to figure out if it should be:
A standard library
A registered public package
A private submodule of Pkg
Both 2 & 3 with 3 being a vendored snapshot of 2.
But I consider the API to be stable and it’s pretty well tested (93% coverage!). Perhaps I should just register it and then we can vendor a snapshot whenever Pkg needs it.