Zipios++: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Software | {{Software | ||
|Picture= | |Picture=Zipios.jpg | ||
|Name=Zipios++ | |Name=Zipios++ | ||
|Version=2.2 | |Version=2.3.2 (Oct 2022) | ||
|Vendor=Made to Order Software Corporation | |Vendor=Made to Order Software Corporation | ||
|Author=Thomas Sondergaard | |Author=Thomas Sondergaard | ||
|Licence=[[LGPL v2.1]] | |Licence=[[LGPL v2.1]] | ||
|WWW= | |WWW=https://snapwebsites.org/project/zipios | ||
}} | }} | ||
'''Zipios | '''Zipios''' is a simple multi-platform C++ class library for reading and writing Zip archive files. It is a functional clone of the [[Java]] standard library "java.util.zip". Access to the individual entries is provided through standard C++ iostreams. An optional read-only virtual file system that mounts regular directories and zip files is also provided. | ||
There is no OS/2 specific port, however the Zipios++ iostream class is so generic that just add an "OS/2" to the Unix targets in [[make]] causes it to compile correctly using [[GCC]], some minor porting will probably have to be made when using other compilers. | There is no OS/2 specific port, however the Zipios++ iostream class is so generic that just add an "OS/2" to the Unix targets in [[make]] causes it to compile correctly using [[GCC]], some minor porting will probably have to be made when using other compilers. | ||
Line 16: | Line 16: | ||
* 2.1.1 - 2015-12-12 | * 2.1.1 - 2015-12-12 | ||
* 2.2.0 - 2019-04-11 | * 2.2.0 - 2019-04-11 | ||
* 2.3.2 - 2022-10-31 | |||
==Links== | ==Links== | ||
* [http://zipios.sourceforge.net/ Zipios | * [http://zipios.sourceforge.net/ Zipios] (Sourceforge) | ||
[[Category:C++ Class Libraries]][[Category:Compression]][[Category:Open Source Software]] | [[Category:C++ Class Libraries]][[Category:Compression]][[Category:Open Source Software]] |
Latest revision as of 02:13, 17 November 2022
Zipios++ | |
---|---|
![]() | |
Name | Zipios++ |
Version | 2.3.2 (Oct 2022) |
Vendor | Made to Order Software Corporation |
Author | Thomas Sondergaard |
Licence | LGPL v2.1 |
WWW | https://snapwebsites.org/project/zipios |
Zipios is a simple multi-platform C++ class library for reading and writing Zip archive files. It is a functional clone of the Java standard library "java.util.zip". Access to the individual entries is provided through standard C++ iostreams. An optional read-only virtual file system that mounts regular directories and zip files is also provided.
There is no OS/2 specific port, however the Zipios++ iostream class is so generic that just add an "OS/2" to the Unix targets in make causes it to compile correctly using GCC, some minor porting will probably have to be made when using other compilers.
Version
- 2.0.2 - 2015-04-08
- 2.1.1 - 2015-12-12
- 2.2.0 - 2019-04-11
- 2.3.2 - 2022-10-31
Links
- Zipios (Sourceforge)