From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,5b18a5a233d3f64b,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Date: Fri, 16 Mar 2007 14:14:58 +0100 From: Gautier User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Ann: UnZip-Ada v.20 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 83.77.176.79 X-Original-NNTP-Posting-Host: 83.77.176.79 Message-ID: <45fa9823$1_4@news.bluewin.ch> X-Trace: news.bluewin.ch 1174050851 83.77.176.79 (16 Mar 2007 14:14:11 +0100) Organization: Bluewin AG Complaints-To: abuse@bluewin.ch X-Original-NNTP-Posting-Host: 127.0.0.1 Path: g2news1.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!wns14feed!worldnet.att.net!164.128.36.58!news.ip-plus.net!newsfeed.ip-plus.net!news.bluewin.ch!not-for-mail Xref: g2news1.google.com comp.lang.ada:14533 Date: 2007-03-16T14:14:58+01:00 List-Id: After years of "maintenance" or "cosmetic" releases of UnZip-Ada, here is a more important one... UnZip-Ada is a library in "pure" Ada (not a binding, no dependency to compiler, external library or operating sytem) for decompressing data from Zip files into files or data streams. UnZip-Ada is free software. Some features: - *new*: task-safe - *new*: parts not concerning decompression are now in a `Zip' library; possibility of manipulating, searching or building Zip archives too - *new*: Zip_info's dictionary tree is now (at last!) balanced: optimally fast access to entries, much faster loading too - decompression to file or to a data stream - decompresses all Zip methods up to and including Deflate (v. 2.x); this includes files made by PKZip, Winzip, Info-Zip's Zip, Java's JARs, OpenDocument files, and many others - decryption (v. 2.x) - possibility to read the Zip directory once into a Zip_info variable and use it to search quickly and decompress selected archived files, or traverse completely the directory to do some specific task - options: junk_directories, test_only Other informations to be found in UnZipAda.txt (archived in unzada20.zip) URL: --> http://homepage.sunrise.ch/mysunrise/gdm/unzipada.htm Happy unzippings! Gautier __ NB: For a direct answer, address on the Web site!