utf8proc ported to the Zig build system
Find a file
2026-04-22 13:54:24 -04:00
.gitignore add zig build for utf8proc 2.11.3 2026-04-22 13:54:24 -04:00
build.zig add zig build for utf8proc 2.11.3 2026-04-22 13:54:24 -04:00
build.zig.zon add zig build for utf8proc 2.11.3 2026-04-22 13:54:24 -04:00
LICENSE add zig build for utf8proc 2.11.3 2026-04-22 13:54:24 -04:00
README.md add zig build for utf8proc 2.11.3 2026-04-22 13:54:24 -04:00

utf8proc

utf8proc built with the Zig build system.

Provides a static libutf8proc.

Usage

const utf8proc = b.dependency("utf8proc", .{
    .target = target,
    .optimize = optimize,
});
exe.linkLibrary(utf8proc.artifact("utf8proc"));