···44It is useful for developing clients either in Zig, or in any other language using the C bindings.
5566Binary releases can be downloaded [here](https://cloud.zambito.xyz/s/7jJPTm68Zp3mN8F).
77+88+The code for this can be found here:
99+1010+- https://tangled.org/zambyte.robbyzambito.me/zaprus
1111+- https://git.robbyzambito.me/zaprus
+3
build.zig
···77// build runner to parallelize the build automatically (and the cache system to
88// know when a step doesn't need to be re-run).
99pub fn build(b: *std.Build) void {
1010+ // Ensure the license is included in the output directory
1111+ b.installFile("LICENSE.md", "LICENSE.md");
1212+ b.installFile("README.md", "README.md");
1013 // Standard target options allow the person running `zig build` to choose
1114 // what target to build for. Here we do not override the defaults, which
1215 // means any target is allowed, and the default is native. Other options