2024-05-23-zigvm.smd (530B)
1 --- 2 .title = "zigvm", 3 .author = "Martin Ashby", 4 .date = @date("2024-05-23T22:24:34+01:00"), 5 .layout = "single.shtml", 6 .custom = {"comments": true}, 7 --- 8 9 I wrote a tool to download and manage Zig versions ... in zig. 10 11 It uses the [JSON](https://ziglang.org/download/index.json) metadata available for zig downloads. It has one third party dependency on [minisign](https://github.com/jedisct1/zig-minisign). JSON parsing, HTTPS client, and tar/compression were all available in the standard library. 12 13 [Project page](/projects/zigvm)