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/#1c0ec3751c53e276d5e0c42b6d5481e72d9d1971",
|
|
.hash = "httpz-0.0.0-PNVzrEktBwCzPoiua-S8LAYo2tILqczm3tSpneEzLQ9L",
|
|
},
|
|
.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=zig-0.15#7ac64d72dbfb1a4ad549102e7d4e232a687d32d8",
|
|
.hash = "zeit-0.6.0-5I6bk36tAgATpSl9wjFmRPMqYN2Mn0JQHgIcRNcqDpJA",
|
|
},
|
|
.phoon = .{ .path = "libs/phoon_14Aug2014" },
|
|
.sunriset = .{ .path = "libs/sunriset" },
|
|
},
|
|
.fingerprint = 0x710c2b57e81aa678,
|
|
.minimum_zig_version = "0.15.2",
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
},
|
|
}
|