mirage / ocaml-tar

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

Support eio>=0.12 #134

Open samoht opened 1 year ago

samoht commented 1 year ago

/cc @patricoferris

samoht commented 1 year ago

This work but I'd like to improve the API a bit. The streaming API is very confusing (as it doesn't skip the correct bytes in the stream by default). I would also like to change the function and type names to reflect eio naming scheme.