Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Ann: Zip-Ada v.36

2 views
Skip to first unread message

Gautier write-only

unread,
Nov 21, 2009, 8:48:16 AM11/21/09
to
Hello!
Again a new version of the Zip-Ada library, @ http://unzip-ada.sf.net/
, is out. Latest changes:

- BZip2 method added for decompression
- Added Zip.Traverse_verbose
- Added an UnZip.Extract to extract all files, using a Zip_Info
variable (allows any stream, not only file, for archive)
- Some more run-time library performance bottlenecks removed
(less spectacular than for v.35)
- Some improvements around ReZip, which now includes the BZip2
method

Zip-Ada is a library for handling, decompressing and creating .zip
archives.
Some features:
- decompression for all methods up to BZip2 (new!)
- full sources are in Ada
- unconditionally portable
- input and output can be any stream (file, buffer,...) for archive
creation as well as data extraction.
- task safe
- endian-neutral

URL: http://unzip-ada.sf.net/

The zipada36.zip archive contains:
* The full library sources inside one directory, Zip_Lib, in pure Ada
95
* Some command-line demo / tools:
* ZipAda, a zipping tool - only weak compression available so far
* UnZipAda, an unzipping utility
* Comp_Zip, compares two zip files (compare contents, check missing
files)
* Find_Zip, searches a text string through contents of a zip file
* ReZip.adb, recompresses Zip archives

Enjoy!
_________________________________________________________
Gautier's Ada programming -- http://sf.net/users/gdemont/
NB: For a direct answer, e-mail address on the Web site!

0 new messages