summaryrefslogtreecommitdiff
path: root/pkg/libxml2/build.zig.zon
blob: f932835aabc0781c8c60716db7d99bbba6f809e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.{
    .name = .libxml2,
    .version = "2.11.5",
    .fingerprint = 0xf268267b0b8b040d,
    .paths = .{""},
    .dependencies = .{
        .libxml2 = .{
            .url = "https://deps.files.ghostty.org/libxml2-2.11.5.tar.gz",
            .hash = "N-V-__8AAG3RoQEyRC2Vw7Qoro5SYBf62IHn3HjqtNVY6aWK",
            .lazy = true,
        },
    },
}