TAR32.DLL is a compression and archive library.
This library can compress/decompress/archive/extract/list archive files.
This library have Common Archivers Library Project API interface.
This library also have C++ interface.(CTar32)
This library can manipulate under formats.
This library is mainly for windows. But perhaps CTar32 interface can use other platform like UNIX by a little hack.
This library is opensource, and you can use for any purpose.
.gz (gzip format)
.Z (compress utility format) / extrace only
.bz2 (bzip2 format)
.tar (Tape ARchiver format)
.cpio (cpio archive format)
.a, .lib (ar tool format, COFF/a.out/b.out) / extract only
TAR32.DLL use CVS for development. If you want to edit source code, please contact (me).
If you want to access CVS by read only, you can use under CVS configuration.
I recommend to use WinCVS in windows environment.
Permission is granted to anyone to use this software for any purpose without any restrictions.(like PDS)
This library use zlib and libbzip2. So you must follow these licenses. But these license is alomost free.