/archive

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

Primary LanguageDBoost Software License 1.0BSL-1.0

#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.

Please see unittests for usage examples.