utf8proc built with the Zig build system.
Provides a static libutf8proc.
libutf8proc
const utf8proc = b.dependency("utf8proc", .{ .target = target, .optimize = optimize, }); exe.linkLibrary(utf8proc.artifact("utf8proc"));