Skip to content

zig-devel/zlib

Repository files navigation

zlib@v1.3.1 Build and test library

Library implementing the deflate compression method found in gzip and PKZIP.

Usage

Install library:

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

Statically link with mod module:

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

mod.linkLibrary(zlib.artifact("z"));

License

All code in this repo is dual-licensed under 0BSD OR Zlib.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Languages