blst packaged for Zig Usage zig fetch --save git+https://github.com/ChainSafe/blst.zig.git const blst_dep = b.dependency("blst", .{ .target = target, .optimize = optimize, }); your_exe.linkLibrary(blst_dep.artifact("blst"));