z_compression

v20240724.0.0

Standalone version of the Zlib Deflate compression algorithm

Z_Compression

Standalone version of the Zlib Deflate compression algorithm, derived from de Montmollin's Zip-Ada

Z_Compression.Compress applies Deflate to an input stream of bytes, defined by its generic formal subprograms Out_Of_Data and Next, producing an output stream of bytes that are passed to the generic formal procedure Put. The output may be in Zlib or raw Deflate formats.

ZC_Test is a test/demo program for Z_Compression. Building it should also compile Z_Compression. It is invoked as

zc_test <file name>

No error checking or handling is done. It compresses the given file into a Zlib format file. The output file name is the input file name with ".zc" appended.

Install

Globally install this crate:

alr install z_compression

Add to your project:

alr with z_compression

Crate Information

Authors

  1. Jeffrey R. Carter

Maintainers

Maintainers (GitHub pseudo)

Release Date

last year

First Release

8/12/2024

Statistics

Dependencies: 1

Dependents: 1

Versions: 1

Dependencies

gnat<13.0 | >=13.3

Dependents