B:BD[
2.7251] → [
2.7251:7843]
// .url = "https://example.com/foo.tar.gz",
// .hash = "...",
// When this is provided, the package is found in a directory relative to the
// build root. In this case the package's hash is irrelevant and therefore not
// computed. This field and `url` are mutually exclusive.
.path = "../microzig",
// When this is set to `true`, a package is declared to be lazily
// fetched. This makes the dependency only get fetched if it is
// actually used.
// .lazy = false,
.url = "https://github.com/ZigEmbeddedGroup/microzig/releases/download/0.14.2/microzig.tar.gz",
.hash = "microzig-0.14.2-D20YSYYaCADqpV3aZeb9T1_Y7Y1-O74LeNdlWheTG_pk",
// .path = "../microzig",