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.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
Minor changes were made, leading to a significant speedup with GNAT. Active use of Ada.Calendar can now be totally avoided if this is desired. A BZip2 decompression method was added. Zip.Traverse_verbose was added. An UnZip.Extract method was added for extracting all files using a Zip_Info variable. HTML display in RepZip was improved.