ajhahn.de
← Flash
plain text 31 lines
.{
    .name = .flashc,
    .version = "0.6.1",
    // Stable package identifier. Generated once at project creation; do not
    // regenerate on fork unless upstream is abandoned, otherwise the fork
    // silently takes over the original package's identity.
    .fingerprint = 0x9f1f408a8ecf3267,
    .minimum_zig_version = "0.16.0",
    .dependencies = .{},
    .paths = .{
        "build.zig",
        "build.zig.zon",
        "src",
        "selfhost",
        "std",
        "tests",
        "examples",
        "assets",
        "tools",
        ".zigversion",
        "README.md",
        "VISION.md",
        "REFERENCE.md",
        "COOKBOOK.md",
        "SETUP.md",
        "VERSIONING.md",
        "CHANGELOG.md",
        "LICENSE.md",
    },
}