C++ library for reading and writing Zip files using streams
Zipios is a small C++ library for reading and writing zip files. The structure
and public interface are based (somewhat loosely) on the java.util.zip package.
The streams created to access the individual entries in a zip file are based on
the standard iostream library.

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://snapwebsites.org/project/zipios
