comp.lang.ada
 help / color / mirror / Atom feed
* Ann: Zip-Ada v.49
@ 2015-03-24 18:04 gautier_niouzes
  2015-03-24 19:27 ` David Botton
  0 siblings, 1 reply; 7+ messages in thread
From: gautier_niouzes @ 2015-03-24 18:04 UTC (permalink / 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 

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-04-08 14:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-24 18:04 Ann: Zip-Ada v.49 gautier_niouzes
2015-03-24 19:27 ` 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

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