archive icon indicating copy to clipboard operation
archive copied to clipboard

An archive library that supports zip, tar, and targz written entirely in D (with underlying gz implementation from zlib).

#Archive

Archive reading/writing library written entirely in D that currently supports

  • tar
  • targz (with underlying gz implementation from zlib)
  • zip

The examples folder contains a few usage examples.

ddoc documentation

Please see unittests for usage examples.