Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 680 Bytes

File metadata and controls

26 lines (17 loc) · 680 Bytes

lz4@v1.10.0 Build and test library

Extremely fast compression algorithm

Usage

Install library:

zig fetch --save https://github.com/zig-devel/lz4/archive/refs/tags/1.10.0-0.tar.gz

Statically link with mod module:

const lz4 = b.dependency("lz4", .{
    .target = target,
    .optimize = optimize,
});

mod.linkLibrary(lz4.artifact("lz4"));

License

All code in this repo is dual-licensed under 0BSD OR GPL-2.0-or-later.