Test ran at 2025-02-15 00:37:22.283739+00:00 SOLUTION: z_compression=20240724.0.0: Standalone version of the Zlib Deflate compression algorithm Origin: commit f116f336e7d0b24f7af2a22f44d1e9e1491159ec from https://github.com/bracke/Z_Compression.git Properties: Author: Jeffrey R. Carter Build Switches: Description: Standalone version of the Zlib Deflate compression algorithm License: BSD-3-Clause Long_Description: # 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 ``` 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. Maintainer: Bent Bracke Maintainers_Logins: bracke Name: z_compression Tag: zlib Tag: deflate Tag: compression Version: 20240724.0.0 Website: https://github.com/bracke/Z_Compression Dependencies (direct): gnat<13.0 | >=13.3 Dependencies (solution): gnat=12.2.1 (gnat_native) Dependencies (graph): z_compression=20240724.0.0 --> gnat=12.2.1 (gnat_native) (<13.0 | >=13.3) LOG: Spawning: alr -d -n get --build z_compression=20240724.0.0 Note: Deploying z_compression=20240724.0.0... Note: Building z_compression=20240724.0.0/z_compression.gpr... Setup [mkdir] object directory for project Z_Compression [mkdir] library directory for project Z_Compression Compile [Ada] z_compression_config.ads [Ada] z_compression-lz77.adb [Ada] z_compression.adb [Ada] z_compression-length_limited_huffman_code_lengths.adb Build Libraries [gprlib] Z_Compression.lexch [archive] libZ_Compression.a [index] libZ_Compression.a z_compression=20240724.0.0 successfully retrieved and built. Dependencies were solved as follows: +b gnat 12.2.1 (new,gnat_native,binary) Found declared GPR file: z_compression.gpr