Welcome, Guest! Log In | Create Account

Donate Share

Zip-Ada

by gdemont

Zip-Ada is a library for .zip archives. Full sources are in Ada and are unconditionally portable. Input and output can be any stream (file, buffer,...) for archive creation as well as data extraction. Task safe.


http://unzip-ada.sourceforge.net

Compression, Packaging, Streaming

Project Feed

  • Version 33 released

    * Changes in '33', 18-Jun-2009: - UnZip: added extract_as_text option (cf. UnZipAda with -a option) - Zip: Zip_comment function added (cf. UnZipAda with -z option) Zip-Ada is now used in the Scala musical freeware ( ...

    11:55AM on Jun 22 2009 by gdemont

  • zip-ada zip-ada-33 file released: zipada33.zip

    Latest changes (-!- marks an improvement which brings an incompatibility)
    =========================================================================
    
    * Changes in '33', 18-Jun-2009:
      - UnZip: added extract_as_text option (cf. UnZipAda with -a option)
      - ...

    07:15PM on Jun 20 2009

  • zip-ada zip-ada-31 file released: zipada31.zip

    Latest changes (-!- marks an improvement which brings an incompatibility)
    =========================================================================
    
    * Changes in '31', 20-Feb-2009:
      - Added tiny demos: Demo_Zip, Demo_UnZip
      -!- Zip.Create: Create / ...

    05:00PM on Feb 23 2009

  • Version 31 released

    Latest changes (-!- marks an improvement which brings an incompatibility): * Changes in '31', 20-Feb-2009: - Added tiny demos: Demo_Zip, Demo_UnZip -!- Zip.Create: Create / Finish: if Info.Stream is to a file, the underlying archive file is ...

    04:02PM on Feb 23 2009 by gdemont

  • Version 30 released

    * Changes in '30', 7-Feb-2009: - Added support for the 64KB-slide "Enhanced deflate" format #9 in UnZip.Decompress - Added Find_Zip tool (search through an archive) - Added Demo_csv_into_zip demo (production of numerous files into a zip ...

    03:55PM on Feb 07 2009 by gdemont

  • Version 29 released

    * Changes in '29', 30-Jan-2009: - Added Zip.LZ77 and Zip.Compress.Reduce - Added an ./extra directory with a tiny LZH encoder/decoder

    01:40PM on Jan 30 2009 by gdemont

  • Version 28 released

    * Changes in '28', 18-Jan-2009: - Fixed bug in UnZip.Decompress, unshrink method, which caused truncated decompression for uncompressed sizes more than 512MB - Source cleanup with AdaControl 1.10 - Removed a series of slowdowns and mutually ...

    10:46PM on Jan 18 2009 by gdemont

  • Version 27 released

    * Changes in '27', 10-Jan-2009: - UnZip.Extract that used (in v.26) a temporary memory input stream (memory hog!) use now a file stream - fixed: Zip.Headers.Load for End_of_Central_Dir never raised Bad_End even when it had to - fixed: ...

    09:39PM on Jan 10 2009 by gdemont

  • Version 25 released

    * Changes in '25', 1-May-2008: - some improvements in the demo-tools, no change in the library

    07:37PM on May 01 2008 by gdemont

  • Version 24 released

    Latest changes ============== * Changes in '24', 27-Mar-2008: - Added optional case-sensitivity to UnZip.Streams.Open(...) - Replaced loop in UnZip.Streams.Read by slice copies - UnZip.Streams.Read doesn't raise End_Error anymore (it's T'Read's ...

    12:24PM on Apr 04 2008 by gdemont