summaryrefslogtreecommitdiff
path: root/vere/ext/gmp/build.zig.zon
blob: 41572e338dcd488a28472808e934ca52c6ffee6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.{
    .name = .gmp,
    .version = "0.0.1",
    .fingerprint = 0x328f6061a804066a,
    .dependencies = .{
        .gmp = .{
            .url = "https://ftp.fr.openbsd.org/pub/OpenBSD/distfiles/gmp-6.3.0.tar.xz",
            .hash = "N-V-__8AAE5fAwHUYgLBeqNatYSKf3qBK3l8nwdpjyY8igK0",
        },
    },
    .paths = .{
        "",
    },
}