Skip to content

zig-devel/zstd

Repository files navigation

zstd@v1.5.7 Build and test library

Zstandard - Fast real-time compression algorithm

Usage

Install library:

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

Statically link with mod module:

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

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

License

All code in this repo is multi-licensed under 0BSD OR BSD-3-Clause OR GPL-2.0-only.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Languages