-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.zig.zon
27 lines (26 loc) · 928 Bytes
/
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
.{
.name = "openseeker",
.version = "0.0.1",
.dependencies = .{
.sqlite = .{
.url = "https://github.com/notcancername/zig-sqlite/archive/bbbfcd6.zip",
.hash = "12209eab8ab8304a6cbd9bd63285218e5f8ace761139e39147017deb7b9b76b737ea",
},
.libzmq = .{
.url = "git+https://github.com/notcancername/libzmq?ref=master#b935143c4418b611ac8380e1a57086465c4b7351",
.hash = "122019bb615ce2cad2b58fc0b9663a92adace79e82c77d9eda32d88c171d83cc3453",
.lazy = true,
},
.zlzmq = .{
.url = "git+https://github.com/notcancername/zlzmq?ref=master#5f6398be98a46a949ef5276ff431c28c01e363a5",
.hash = "1220ae1162034431666854e3ab6e29b80effe8044c2c67622ee05963341cedb8e0e5",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"LICENSE",
"README.md",
},
}