31 lines
1.2 KiB
Zig
31 lines
1.2 KiB
Zig
.{
|
|
.name = .wttr,
|
|
.version = "0.1.0",
|
|
.dependencies = .{
|
|
.httpz = .{
|
|
.url = "git+https://github.com/karlseguin/http.zig?ref=master#c22672f820280ccd17c77d3894e431c49b46061d",
|
|
.hash = "httpz-0.0.0-PNVzrMPnCAAWJqhMEZR8gDZeg1CQObCEMTEf8zDh-u-j",
|
|
},
|
|
.maxminddb = .{
|
|
.url = "https://github.com/maxmind/libmaxminddb/archive/refs/tags/1.11.0.tar.gz",
|
|
.hash = "N-V-__8AAAYyBQCd9x7qVVFKQIxi01UZ1K8ZFZFfTzj99CvX",
|
|
},
|
|
.openflights = .{
|
|
.url = "git+https://github.com/jpatokal/openflights/#48db9507bb562ed6bc009cde3f3a16fa3116f159",
|
|
.hash = "N-V-__8AAL8tFgMfL4Y2FQTRciAyueOiE5K5PPV3gI3eanes",
|
|
},
|
|
.zeit = .{
|
|
.url = "git+https://github.com/rockorager/zeit?ref=v0.9.0#b1c1c2fcbc71fd7799a316bbcf0ff88d06d80ccc",
|
|
.hash = "zeit-0.9.0-5I6bk2m9AgBSMH8-L6rYJkwuQAyhXplnfxnvTSGzVHUR",
|
|
},
|
|
.phoon = .{ .path = "libs/phoon_14Aug2014" },
|
|
.sunriset = .{ .path = "libs/sunriset" },
|
|
},
|
|
.fingerprint = 0x710c2b57e81aa678,
|
|
.minimum_zig_version = "0.16.0",
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
},
|
|
}
|