Small file archivers (zip, pak, tar), virtual filesystem (vfs) and dir listing in a single-file header.
- ZIP archive reading/writing/appending. (
*
) - PAK archive reading/writing/appending.
- TAR archive reading.
- VFS mounting/loading.
- DIR listing.
- C.
- Drop & use.
- Small codebase.
- Good enough performance.
- Public domain or unlicensed source code. No attribution required.
*
: Compressors (not only deflate!) are supplied apart. See https://github.com/r-lyeh/stdpack.c instead
- Bugfixes and cleaning up.
- Joonas Pihlajamaa: junzip - https://github.com/jokkebk/JUnzip/