ddblocal/build.zig.zon

24 lines
1.0 KiB
Plaintext
Raw Normal View History

2023-10-22 20:26:57 +00:00
.{
.name = "ddblocal",
.version = "0.0.1",
.dependencies = .{
.aws = .{
2024-01-29 18:27:25 +00:00
.url = "https://git.lerch.org/lobo/aws-sdk-for-zig/archive/d08d0f338fb86f7d679a998ff4f65f4e2d0db595.tar.gz",
.hash = "122096bb1480cef9cc4a8abf112f54214de4ab500f6863e86fc919cb5a99533ff7ce",
2023-10-22 20:26:57 +00:00
},
.sqlite = .{
.url = "https://github.com/vrischmann/zig-sqlite/archive/19535aab5760eeaf2979a9dadfca3bb21d1594b9.tar.gz",
.hash = "12208c654deea149cee27eaa45d0e6515c3d8f97d775a4156cbcce0ff424b5d26ea3",
},
2023-10-22 20:26:57 +00:00
.universal_lambda_build = .{
2024-01-29 18:27:25 +00:00
.url = "https://git.lerch.org/lobo/universal-lambda-zig/archive/e5a1099f741ddd6327e015e4c068de5c18d09393.tar.gz",
.hash = "122037f0b35ab67002ef039410ae4ddb6805e14c111557ab0ae2ec7837211f7a1c51",
2023-10-22 20:26:57 +00:00
},
.flexilib = .{
.url = "https://git.lerch.org/lobo/flexilib/archive/3d3dab9c792651477932e2b61c9f4794ac694dcb.tar.gz",
.hash = "1220fd7a614fe3c9f6006b630bba528e2ec9dca9c66f5ff10f7e471ad2bdd41b6c89",
2023-10-22 20:26:57 +00:00
},
},
}