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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.67.29.201 with SMTP id jy9mr6237801pad.9.1427220259597; Tue, 24 Mar 2015 11:04:19 -0700 (PDT) X-Received: by 10.140.39.148 with SMTP id v20mr71693qgv.24.1427220259547; Tue, 24 Mar 2015 11:04:19 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!z20no4344339igj.0!news-out.google.com!q90ni527qgd.1!nntp.google.com!h3no4563308qgf.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 24 Mar 2015 11:04:19 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:120b:2c20:9060:71a2:7a46:7f58:ec62; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 2a02:120b:2c20:9060:71a2:7a46:7f58:ec62 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Ann: Zip-Ada v.49 From: gautier_niouzes@hotmail.com Injection-Date: Tue, 24 Mar 2015 18:04:19 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:25233 Date: 2015-03-24T11:04:19-07:00 List-Id: Hello, There is a new version of Zip-Ada @ unzip-ada.sf.net . Zip-Ada is a library for dealing with the Zip compressed archive file format. It supplies: - compression with the following sub-formats ("methods"): Store, Reduce, Shrink (LZW) and Deflate - decompression for the following sub-formats ("methods"): Store, Reduce, Shrink (LZW), Implode, Deflate, BZip2 and LZMA - encryption and decryption (portable Zip 2.0 encryption scheme) - unconditional portability (see below a list of in-use platforms) - input (archive to decompress or data to compress) can be any data stream - output (archive to build or data to extract) can be any data stream - Zip_info and Zip_Create_info to handle quickly and easily archives - cross format compatibility with the most various tools and file formats based on the Zip format: 7-zip, Info-Zip's Zip, WinZip, PKZip, Java's JARs, OpenDocument files, MS Office 2007+, Nokia themes, and many others - task safety: this library can be used ad libitum in parallel processing - endian-neutral I/O Latest changes since v.47 ========================================================================= * Changes in '49', 21-Mar-2015: - encryption implemented (portable Zip 2.0 encryption scheme) * Changes in '48', 20-Jul-2014: - LZMA decompression significantly faster * Changes in '47', 28-Jun-2014: - LZMA method added for decompression Enjoy! _________________________ Gautier's Ada programming http://gautiersblog.blogspot.com/search/label/Ada NB: follow the above link for a valid e-mail address