-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
29 lines (29 loc) · 1.03 KB
/
build.zig.zon
File metadata and controls
29 lines (29 loc) · 1.03 KB
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
.{
.name = .taglib,
.version = "2.1.1",
.minimum_zig_version = "0.15.2",
.dependencies = .{
.taglib = .{
.url = "git+https://github.com/taglib/taglib.git?ref=v2.1.1#7d86716194777e0294453bfdc9dd170bd033e1f4",
.hash = "N-V-__8AAKpgQwAr67a03DaIZtNi87znulmmM6ypd_ex2jaj",
},
.zlib = .{
.url = "git+https://github.com/allyourcodebase/zlib.git#c5115f4b69ef660f72a835c6638f80508ef284c7",
.hash = "zlib-1.3.1-1-ZZQ7ldENAAA7qJjUXP6E6xnRuV-jDL9dyoJFc_eb3zQ6",
.lazy = true,
},
.utf8cpp = .{
.url = "git+https://github.com/nemtrif/utfcpp.git#df857efc5bbc2aa84012d865f7d7e9cccdc08562",
.hash = "N-V-__8AAOhBAgCJYrUsI3h1GDmYQALrMCcINXPQub-9Lz4Q",
.lazy = true,
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"COPYING.LGPL",
"COPYING.MPL",
"README.md",
},
.fingerprint = 0x759c9ded20daa6d8, // Changing this has security and trust implications.
}