mirror of
https://github.com/ziex-dev/ziex.git
synced 2026-07-21 02:59:36 -06:00
31 lines
1.2 KiB
Zig
31 lines
1.2 KiB
Zig
.{
|
|
.name = .zx,
|
|
.version = "0.0.1-dev.223",
|
|
.description = "ZX is a framework for building web applications with Zig.",
|
|
.repository = "https://github.com/nurulhudaapon/zx",
|
|
.fingerprint = 0xcad77a8d2a3389f2,
|
|
.minimum_zig_version = "0.15.2",
|
|
.dependencies = .{
|
|
// ZX App - Serves the rendered pages and assets
|
|
.httpz = .{
|
|
.url = "git+https://github.com/nurulhudaapon/httpz.git#7268154f43f5827bf78668e8e79a00f2ebe4db13",
|
|
.hash = "httpz-0.0.0-PNVzrBgtBwCVkSJyophIX6WHwDR0r8XhBGQr96Kk-1El",
|
|
},
|
|
// // ZX LSP - Language Server Protocol for ZX
|
|
// .zls = .{
|
|
// .url = "git+https://github.com/nurulhudaapon/lspz.git?ref=0.15.x#ce6c8f02c78e622421cfc2405c67c5222819ec03",
|
|
// .hash = "zls-0.15.0-rmm5fkjqIwDZpmDHyKwxa9K2gcI3FPaGVFPwjYWFBM5B",
|
|
// },
|
|
// ZX CLI - Command Line Interface for ZX
|
|
.zli = .{
|
|
.url = "git+https://github.com/nurulhudaapon/cliz.git#aff3b54879e7514afaf8c87f1abe22121b8992d4",
|
|
.hash = "zli-4.3.0-LeUjpu_fAABOSVASSCW2fFh8SFVNHrxQGDXGPNzcSE_i",
|
|
},
|
|
},
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
},
|
|
}
|