-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
42 lines (42 loc) · 1.7 KB
/
build.zig.zon
File metadata and controls
42 lines (42 loc) · 1.7 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
39
40
41
42
.{
.name = .libpq,
.version = "5.18.4",
.fingerprint = 0x9fa0f2ca693ac140,
.minimum_zig_version = "0.14.0",
.dependencies = .{
.upstream = .{
.url = "git+https://github.com/postgres/postgres?ref=REL_18_4#f5cc81719e6da4cbdb1f797c48b693e91018153a",
.hash = "N-V-__8AAOK_aAjT9LpN97k3l4s2VrLTCexGn3sGpxl8Qz7q",
},
.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=master#8c63fadf71925d74942a847b9a6b3a28930792a3",
.hash = "libressl-4.0.0--kqV4FHUAABdqKrbT3i3K-m1m7s_HyZZMMoBpbHjCiNQ",
.lazy = true,
},
.zlib = .{
.url = "git+https://github.com/allyourcodebase/zlib?ref=main#d3b5519d3b73616a6bfece0712f080029d2a9244",
.hash = "zlib-1.3.2-ZZQ7lc8NAAAHm9MDfplvwoesXvk4tVm6VCsiI8KnIbT0",
.lazy = true,
},
.zstd = .{
.url = "git+https://github.com/allyourcodebase/zstd?ref=master#4ccb01e6fceae86fb9fe36c60b8a103cdc058155",
.hash = "zstd-1.5.7-2-KEItkAMwAADNhCbGaImKrjXjnSA51jcqEbGCA3RasVZ9",
.lazy = true,
},
.libcquery = .{
.url = "git+https://github.com/agagniere/libc-query#dff18c3b381dfdcd45178fc510f488991263aca7",
.hash = "libcquery-0.1.1-_2254XxFAQB6zE9xGH9hJSglKeE80Yq1fgsaNiokLP2v",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"include",
"README.md",
},
}