···6 //
7 // It is redundant to include "zig" in this name because it is already
8 // within the Zig package namespace.
9- .name = "rockbox",
1011 // This is a [Semantic Version](https://semver.org/).
12 // In a future version of Zig it will be used for package deduplication.
13 .version = "0.1.0",
001415 // This field is optional.
16 // This is currently advisory only; Zig does not yet do anything
···6 //
7 // It is redundant to include "zig" in this name because it is already
8 // within the Zig package namespace.
9+ .name = .rockbox,
1011 // This is a [Semantic Version](https://semver.org/).
12 // In a future version of Zig it will be used for package deduplication.
13 .version = "0.1.0",
14+15+ .fingerprint = 0xda644f44ea4cfb22,
1617 // This field is optional.
18 // This is currently advisory only; Zig does not yet do anything