-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
23 lines (23 loc) · 1.02 KB
/
build.zig.zon
File metadata and controls
23 lines (23 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.{
.name = .build_docs,
.fingerprint = 0x562b465d67fc5d10,
.version = "0.0.0",
.dependencies = .{ .pandoc_windows_x86_64 = .{
.url = "https://github.com/jgm/pandoc/releases/download/3.8.3/pandoc-3.8.3-windows-x86_64.zip",
.hash = "N-V-__8AABKO9g11NyJJula0NyBKMA16u4DQnbZyurAo4_Lg",
.lazy = true,
}, .pandoc_linux_amd64 = .{
.url = "https://github.com/jgm/pandoc/releases/download/3.8.3/pandoc-3.8.3-linux-amd64.tar.gz",
.hash = "N-V-__8AAMaLwQkKenorC2aviTjTvEYX2uO4kXQFqlUBA9ce",
.lazy = true,
}, .pandoc_linux_arm64 = .{
.url = "https://github.com/jgm/pandoc/releases/download/3.8.3/pandoc-3.8.3-linux-arm64.tar.gz",
.hash = "N-V-__8AAB7vrArYQepKlZDr-rtE2wYSgRGH7GirNJilej-8",
.lazy = true,
}, .pandoc_macos_arm64 = .{
.url = "https://github.com/jgm/pandoc/releases/download/3.8.3/pandoc-3.8.3-arm64-macOS.zip",
.hash = "N-V-__8AALPkqQsc9RewWe9KBQHRBJi-X3Dq8cWmCZOHI_UK",
.lazy = true,
} },
.paths = .{"."},
}