-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathbuild.zig.zon
28 lines (28 loc) · 1.19 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
.{
.name = .comlink,
.fingerprint = 0xa8dac1987074e6a3,
.version = "0.0.0",
.dependencies = .{
.vaxis = .{
.url = "git+https://github.com/rockorager/libvaxis#a379a185fb5414c3f0545121deda73aef6adac15",
.hash = "vaxis-0.1.0-BWNV_IrzCABjEgB2wCfG6hGZ29_xfIy-_BCNtNfsrsTt",
},
.zeit = .{
.url = "git+https://github.com/rockorager/zeit#44bebf856693332b168d8ba2c45b9d1ec15511de",
.hash = "zeit-0.0.0-5I6bk_pZAgB03N1p1GmVOZ--gOFwwQSRKj1UXb5tnaKS",
},
.tls = .{
.url = "git+https://github.com/ianic/tls.zig#cbcb175b9e7b23356aafd005fdd20f3f6dd80a04",
.hash = "tls-0.1.0-ER2e0sz1BABm_MuU6VMiQJ152-Q-wLAtEYCmgloFmVzV",
},
.zzdoc = .{
.url = "git+https://github.com/rockorager/zzdoc#57e86eb4e621bc4a96fbe0dd89ad0986db6d0483",
.hash = "zzdoc-0.0.0-tzT1PuPZAACr1jIJxjTrdOsLbfXS6idWFGfTq0gwxJiv",
},
.lua_wrapper = .{
.url = "git+https://github.com/natecraddock/ziglua#70cf5b7c3941923fdcdb5c9d308f7c49de504ad4",
.hash = "lua_wrapper-0.1.0-OyMC23XKBADKmeC0WOW1mgWw5bUgS5_HEqD2X6k9Jpm_",
},
},
.paths = .{""},
}