mirage / ocaml-tar

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

Close files #83

Closed MisterDA closed 2 years ago

MisterDA commented 2 years ago

Avoid files descriptors leaking by closing them and setting O_CLOEXEC.