mirage / ocaml-tar

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

tar-mirage: remove io-page usage, make it compatible with solo5 #90

Closed hannesm closed 2 years ago

hannesm commented 2 years ago

in solo5, a block.read reads block-wise - passing a smaller or larger buffer results in an error

tar-mirage: also avoid capturing the root "./" directory (where filename = "" after trimming) -- later "/" is added, and there's not much value in it (apart from assertion failures)