From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: f6126,8e6950062e60926,start X-Google-Attributes: gidf6126,public X-Google-Thread: 103376,8e6950062e60926,start X-Google-Attributes: gid103376,public From: Gautier Subject: ANN: Generic LZH compressor-decompressor Date: 2000/01/24 Message-ID: <388C3E9B.48A510C8@maths.unine.ch>#1/1 X-Deja-AN: 576857627 Content-Transfer-Encoding: 7bit X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Trace: 24 Jan 2000 11:58:00 +0100, 130.125.13.32 MIME-Version: 1.0 Newsgroups: comp.lang.ada,comp.compression Date: 2000-01-24T00:00:00+00:00 List-Id: ANN: Generic LZH compressor-decompressor Nothing more than an Ada95 translation of the famous LZHuf algorithm developed and published by H. Yoshizaki. Should compile on every Ada95 compiler, on every OS or platform without change Test with GNAT and ObjectAda. Details in the archive. Genericity allows to compress/decompress all sorts of data flows, not only files, but also data, arrays in memory, streams etc. Files: biblio/lzh.ads, biblio/lzh.adb (the package) and divers/lz.adb (a small file compression/decompression utility). Archive: http://members.xoom.com/gdemont/logiciel/paqs.zip Web page: http://members.xoom.com/gdemont/gsoft.htm Have fun - Gautier