Projects / Zip-Ada

Zip-Ada

Zip-Ada is an Ada library for .zip archives. Its sources are unconditionally portable. Input and output can be any stream (such as a file or buffer) for archive creation as well as data extraction. It is task safe and endian-neutral.

Tags
Licenses
Operating Systems
Implementation

RSS Recent releases

  •  15 Feb 2012 22:35

Release Notes: Support was added for Zip archives appended to other files, like a self-extracting archive with Zip-Ada code in the executable that unpacks the contents.

  •  04 Aug 2011 06:54

    Release Notes: Unicode (UTF-8) is now supported for file names within Zip archives.

    •  04 Mar 2011 21:58

      Release Notes: A new package, Zip.Compress.Deflate, has been added, with an initial (weak but straightforward) compression technique for the Deflate format. Now Deflate is implemented for both compression and decompression, which could also lead to a version of the ZLib library fully in Ada.

      •  13 Oct 2010 14:59

      Release Notes: This release consists essentially in fixes in the ZipAda and ReZip tools, and tiny changes in the Zip-Ada library.

      •  27 Feb 2010 19:09

        Release Notes: The "-fast_dec" and "-rand_stable" options were added for ReZip. Zip.Create is significantly faster on a large number of files (~1000 or multiples).

        Screenshot

        Project Spotlight

        man-pages

        The Linux manpages collection

        Screenshot

        Project Spotlight

        mpop

        A small, fast, and portable POP3 client.