-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
38 lines (38 loc) · 1.5 KB
/
build.zig.zon
File metadata and controls
38 lines (38 loc) · 1.5 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
30
31
32
33
34
35
36
37
38
.{
.name = .libpq,
.version = "5.18.1",
.fingerprint = 0x9fa0f2ca693ac140,
.minimum_zig_version = "0.14.0",
.dependencies = .{
.upstream = .{
.url = "git+https://github.com/postgres/postgres?ref=REL_18_1#4b324845ba5d24682b9b3708a769f00d160afbd7",
.hash = "N-V-__8AAFtMXAi66ac6zMPeIBt5tVnTQSyckKgjCq_nZvZo",
},
.openssl = .{
.url = "git+https://github.com/allyourcodebase/openssl?ref=main#0ac677650d43eadf669067d050992118b13338d2",
.hash = "openssl-3.3.2-TC9C3Ze3ZABaKR5hc8KRnRPhTClKrKQKqTnXTUYkvmSR",
.lazy = true,
},
.libressl = .{
.url = "git+https://github.com/allyourcodebase/libressl?ref=simplify-installheader#de575d3584026c369754562f1330e3103158fa7d",
.hash = "libressl-4.0.0--kqV4KPTAACsSRP8mSIZmqgVa5OZjw6WEgvcftWkLu-c",
.lazy = true,
},
.zlib = .{
.url = "git+https://github.com/allyourcodebase/zlib?ref=main#3599c16d41dbe749ae51b0ff7ab864c61adc779a",
.hash = "zlib-1.3.1-ZZQ7lc8NAABUbHzDe_cSWboCqMbrLkVwvFkKnojgeiT2",
.lazy = true,
},
.zstd = .{
.url = "git+https://github.com/allyourcodebase/zstd?ref=1.5.7-1#e1a501be57f42c541e8a5597e4b59a074dfd09a3",
.hash = "zstd-1.5.7-1-KEItkAMwAAD6OKY3m0OOmXG7aL-aLUfrDqbP5J5oYapU",
.lazy = true,
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"include",
"README.md",
},
}