Download List

Descripción del Proyecto

Zip-Ada is an Ada library for .zip archives. Its sources are unconditionally portable. Input and output can be any stream (such as a file or buffer) for archive creation as well as data extraction. It is task safe and endian-neutral.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-01-29 21:39
45

Se ha añadido soporte para codificación en nombres de entrada UTF-8. El paquete de Zip.Create proporciona un completo conjunto de herramientas para crear o modificar archivos zip.
Tags: Major
Support for UTF-8 encoding in entry names has been added. The Zip.Create package provides a complete toolset for building or modifying zip archives.

2012-02-16 07:35
42

Se agregó soporte para Zip archivos anexados a otros archivos, como un archivo autoextraíble con Código Zip-Ada en el archivo ejecutable que descomprime el contenido.
Tags: SFX UnZip
Support was added for Zip archives appended to other files, like a self-extracting archive with Zip-Ada code in the executable that unpacks the contents.

2011-08-04 15:54
41

Unicode (UTF-8) es ahora compatible con los nombres de archivos dentro de archivos Zip.
Unicode (UTF-8) is now supported for file names within Zip archives.

2011-03-05 06:58
40

Un nuevo paquete, Zip.Compress.Deflate, ha añadido, con una primera técnica de compresión (débil, pero directa) para el formato de desinflar. Ahora Desinfle se aplica tanto para la compresión y descompresión, que también podría llevar a una versión de la biblioteca zlib plenamente en Ada.
A new package, Zip.Compress.Deflate, has been added, with an initial (weak but straightforward) compression technique for the Deflate format. Now Deflate is implemented for both compression and decompression, which could also lead to a version of the ZLib library fully in Ada.

2010-10-13 23:59
39

Esta versión consiste esencialmente en correcciones en el ZipAda ReZip y herramientas, y los cambios pequeños en la biblioteca Zip-Ada.
Tags: Minor
This release consists essentially in fixes in the ZipAda and ReZip tools, and tiny changes in the Zip-Ada library.

Project Resources