-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbuild.zig.zon
42 lines (42 loc) · 1.87 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
.{
.name = "awtfdb",
.version = "0.1.0",
.dependencies = .{
.sqlite = .{
.url = "https://github.com/lun-4/zig-sqlite/archive/41b391cf1846b8db8c572da306902f1f59eae4eb.tar.gz",
.hash = "1220e0300613f2b949a8328c5b1d9ba84777f2258c1535039afcb536e9e1228d2881",
},
.@"libpcre.zig" = .{
.url = "git+https://github.com/kivikakk/libpcre.zig#1dc32407368651bc0118b752288c3b87af12ff50",
.hash = "1220039ac1b212be156069f9ed7e066571a8da5acc8f1adc33eb1a5c3bcbb4a8b47b",
},
.@"libmagic.zig" = .{
.url = "git+https://github.com/lun-4/libmagic.zig#d2c3a620c5a85a742f02a353e2bd80421a6418ed",
.hash = "122051ae76e9ddd6a9cef92061e8e6b66ea06c455aa6e1742b069493c71e758f43dd",
},
.expiring_hash_map = .{
.url = "https://github.com/lun-4/expiring-hash-map.zig/archive/6768a94377b1b502b8da62de47f5616feee4451b.tar.gz",
.hash = "122049c6cb05e549154a995b79322475052ad311eb85f26d51a35f5062e691b02384",
},
.tunez = .{
.url = "https://github.com/haze/tunez/archive/ba51a2596ce469fa154453abe0cf108bbf397127.tar.gz",
.hash = "122068805012e59fdbe2f4a7bd3c413e2523c6a94f61e7ad60b7d6cb2dc8be15f642",
},
.@"zig-ulid" = .{
.url = "https://github.com/lun-4/zig-ulid/archive/6b1146ac2aa07e28468600753749b2b35b789332.tar.gz",
.hash = "1220f47d7fe37a226bf89f1df08d2fd07d09b5eb0ae81694d8c3fd1d0d827e0c7697",
},
.libexif = .{
.url = "git+https://github.com/lun-4/libexif-zig#11716ff9b15de4394a67060afa416baee030663b",
.hash = "12204d79789378f6c3537c53beaaedf9ad77dcc24997a0cbea1e09b87d679c70ac0c",
},
},
.minimum_zig_version = "0.12.0",
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"LICENSE",
"README.md",
},
}