comp.lang.ada
 help / color / mirror / Atom feed
From: gautier_niouzes@hotmail.com
Subject: Ann: Zip-Ada v.49
Date: Tue, 24 Mar 2015 11:04:19 -0700 (PDT)
Date: 2015-03-24T11:04:19-07:00	[thread overview]
Message-ID: <e52b1559-b359-4408-ae14-a19f2396d44e@googlegroups.com> (raw)

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 

             reply	other threads:[~2015-03-24 18:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-24 18:04 gautier_niouzes [this message]
2015-03-24 19:27 ` Ann: Zip-Ada v.49 David Botton
2015-03-24 19:38   ` gorgelo
2015-03-24 20:08     ` David Botton
2015-03-24 20:57     ` gautier_niouzes
2015-04-08 14:24     ` gautier_niouzes
2015-03-24 21:05   ` gautier_niouzes
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox