summaryrefslogtreecommitdiff
path: root/build.zig.zon
blob: f7eb08bb8a47bdfe369145b0fa6f8fc9a6162067 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.{
    .fingerprint = 0x687da1a5c89a370f,
    .name = .panto,
    .version = "0.0.0",
    .dependencies = .{
        .panto = .{
            .path = "libpanto",
        },
        .lua_src = .{
            .url = "https://www.lua.org/ftp/lua-5.4.7.tar.gz",
            .hash = "N-V-__8AAIMvFABt-Qcpk24RD10ldEN743D8Q2e19Er8x3dJ",
        },
        .luarocks_src = .{
            .url = "https://luarocks.github.io/luarocks/releases/luarocks-3.13.0.tar.gz",
            .hash = "N-V-__8AADZhHwD_K21NLLYGySn7TnLhpLyP8ca2JnXSLgbp",
        },
    },
    .paths = .{
        "build.zig",
        "build.zig.zon",
        "src",
    },
}