mirage / ocaml-tar

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

Support Bigarray input and output types #71

Open XVilka opened 5 years ago

XVilka commented 5 years ago

Not only in_channel or file descriptors. Probably also the string and bytes.

psteckler commented 4 years ago

Does ocaml-tar not work with tar archives embedded in a string?