summaryrefslogtreecommitdiff
path: root/vere/ext/curl/build.zig.zon
blob: cae43971c7f59728bb528ce96c71eb35c770f1b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.{
    .name = "curl",
    .version = "0.0.1",
    .dependencies = .{
        .curl = .{
            .url = "https://github.com/curl/curl/releases/download/curl-8_9_1/curl-8.9.1.tar.gz",
            .hash = "N-V-__8AAFnEQQHzY3X3pCO43EGxRhLWhfSOAwsl0PbraQER",
        },
        .openssl = .{
            .path = "../openssl",
        },
    },
    .paths = .{
        "",
    },
}