-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.zig.zon
43 lines (43 loc) · 1.82 KB
/
build.zig.zon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
.{
.name = .play_zig,
.version = "0.1.1",
.minimum_zig_version = "0.14.0",
.fingerprint = 0x1fefe04ebdc8e1b0,
.dependencies = .{
.s3db = .{
.url = "git+https://github.com/dgv/s3db.zig?ref=master#90abcede278f6a38757b499592d842a089f8b541",
.hash = "s3db-0.1.64-27KFb-YaAAArEBFBHsGRC_dUCNUPrklOOmdwOZF2V_Jg",
},
.httpz = .{
.url = "git+https://github.com/karlseguin/http.zig?ref=master#56258131ef4505543fef5484451867c13c5ff322",
.hash = "httpz-0.0.0-PNVzrJSuBgDFvO7mtd2qDzaq8_hXIu1BqFuL1jwAV8Ac",
},
.zmpl = .{
.url = "git+https://github.com/jetzig-framework/zmpl?ref=master#3ec11289fdee2e0c70975cb5dd85d3041d723912",
.hash = "zmpl-0.0.1-SYFGBuZoAwAMuvHNkO_1BbutpWhg7CdSgYd8t4OaaZeR",
},
.zcmd = .{
.url = "git+https://github.com/dgv/zcmd.zig?ref=master#ae02dda501f907aa7a6c370d9f56efb8ef345cd8",
.hash = "zcmd-0.3.1-QsPp3xisAACS85V7K-deaql6BdLZrNHmrMbE_CBpSJ29",
},
.tmpfile = .{
.url = "git+https://github.com/dgv/tmpfile.zig?ref=master#559bd4945799fdfd7a01a98eac56c5a0d615d1a7",
.hash = "tmpfile-0.0.1-AAAAAGhUAADga0PxtQxbNUonm_uxUvzKNJkOxRXwxgOb",
},
.ziglyph = .{
.url = "git+https://codeberg.org/dgv/ziglyph?ref=master#d9c23640b85b37eeea919d84efb892dbed6c3c8f",
.hash = "ziglyph-0.11.3-o3ARBKTuHwARGJBNZfNXfZsxxS1wCEbI745rgjYnyk4c",
},
.string = .{
.url = "git+https://github.com/dgv/zig-string?ref=master#494ac0e37c40b3c2fa685fb06fd913da7a59aa67",
.hash = "string-0.9.1-HwYWjIWVAAAJdD5KbXyWX6QAaKXxrxlX7yfrz8lJp27F",
},
},
.paths = .{
"static",
"build.zig",
"build.zig.zon",
"play.zig",
"edit.zmpl",
},
}