mirage / ocaml-tar

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

port to dune, upgrade opam metadata, build with dune-release #64

Closed avsm closed 5 years ago

avsm commented 5 years ago

use modern ppx_cstruct as well, which fixes building in a duniverse

@djs55 i suppressed some deprecation warnings here from within the library itself (tar.unix uses them) as it wasn't immediately obvious how to fix. Need this released for a duniverse build to work due to the old cstruct usage.