Skip to content

Releases: mirage/ocaml-tar

interoperability and portability improvements

28 Apr 05:28
Compare
Choose a tag to compare
  • add Tar.Make functor which allows easier integration with camlzip
  • always initialise tar header unused bytes to 0 (previously would use uninitialised data)
  • modernise Travis CI scripts to use OPAM 1.2 workflow.