fig 1.0.0

Parse, edit, and convert config files while preserving comments. Supports JSON, YAML, TOML, and more.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.{
    .name = .fig,
    .version = "1.0.0",
    .license = "MIT OR Apache-2.0",
    .fingerprint = 0xd4f24a95e29f7b74, // Changing this has security and trust implications.
    .minimum_zig_version = "0.16.0",
    .dependencies = .{},
    .paths = .{
        "build.zig",
        "build.zig.zon",
        "src",
        "fig.md",
        "LICENSE-MIT",
        "LICENSE-APACHE"
    },
}