[fpc-pascal] freepascal lz4 library?

Wayne Sherman wsherman at gmail.com
Mon Dec 2 16:39:23 CET 2024


On Mon, Dec 2, 2024 at 4:16 AM wkitty42--- wrote:
> TLDR; i'm looking for a (small?) Pascal library to handle lz4 data blocks
> contained inside a data file...

These use the lz4 library with pascal bindings (.a and.o files which
can be compiled into your executable).  One is written for Delphi but
might work with some changes:

LZ4 for Lazarus, Windows only, no DLL
https://forum.lazarus.freepascal.org/index.php/topic,66391.0.html

lz4-delphi - Delphi bindings for lz4
https://github.com/Hugie/lz4-delphi
https://stackoverflow.com/questions/42672056/decompress-lz4-stream-of-unknown-size


More information about the fpc-pascal mailing list