-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathbuild.zig.zon
31 lines (31 loc) · 1.18 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
.{
.name = .fpindex,
.version = "2.0.0",
.minimum_zig_version = "0.14.0",
.fingerprint = 0x38793b7ca08220b7,
.dependencies = .{
.httpz = .{
.url = "git+https://github.com/karlseguin/http.zig?ref=master#56258131ef4505543fef5484451867c13c5ff322",
.hash = "httpz-0.0.0-PNVzrJSuBgDFvO7mtd2qDzaq8_hXIu1BqFuL1jwAV8Ac",
},
.zul = .{
.url = "git+https://github.com/karlseguin/zul.git?ref=master#d9142c73aedc5698beba58b3fbf2bcfe69864778",
.hash = "zul-0.0.0-1oDot0BCBwA9cUo5OOrPs5NGmvoM7sk1ztfbdfL7mh4P",
},
.metrics = .{
.url = "git+https://github.com/karlseguin/metrics.zig?ref=master#cf2797bcb3aea7e5cdaf4de39c5550c70796e7b1",
.hash = "122061f30077ef518dd435d397598ab3c45daa3d2c25e6b45383fb94d0bd2c3af1af",
},
.msgpack = .{
.url = "git+https://github.com/lalinsky/msgpack.zig?ref=v0.2.0#964ed489cf663fd3d7b79fe328300a71d3ab12d5",
.hash = "msgpack-0.1.0-ZOu9PHimAQCfeM27BhUPC1NY6ZXjMlL2_ZEkjWRDldrT",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"LICENSE",
"README.md",
},
}