-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
45 lines (43 loc) · 1.75 KB
/
build.zig.zon
File metadata and controls
45 lines (43 loc) · 1.75 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
43
44
45
.{
.name = .grpc,
.version = "1.80.0",
.fingerprint = 0x2b44e58c15cd55d6,
.minimum_zig_version = "0.15.0",
.paths = .{
"build.zig",
"build.zig.zon",
"generated.zig",
"LICENSE",
"README.md",
},
.dependencies = .{
.upstream = .{
.url = "git+https://github.com/grpc/grpc?ref=v1.80.0#f5e2d6e856176c2f6b7691032adfefe21e5f64c1",
.hash = "N-V-__8AANNYpwQkP4eQOlrt_DarfPhC7PhWauwIGOF5Tb2k",
},
.abseil = .{
.url = "git+https://github.com/abseil/abseil-cpp?ref=20250512.1#76bb24329e8bf5f39704eb10d21b9a80befa7c81",
.hash = "N-V-__8AAPVZnwDbTjOwxj7Svc8jGQDVnvG3Qz1XJ-L4fuL2",
},
.re2 = .{
.url = "git+https://github.com/google/re2?ref=2022-04-01#0c5616df9c0aaa44c9440d87422012423d91c7d1",
.hash = "N-V-__8AAGxoGACubi_UB9NHSdrrXU_eABgvR1IT1kRFFCuG",
},
.boringssl = .{
.url = "git+https://github.com/google/boringssl#c63fadbde60a2224c22189d14c4001bbd2a3a629",
.hash = "N-V-__8AAMk7QghOaiEFo3db_JLRq_fM0eCxR4RaroVJmAaJ",
},
.cares = .{
.url = "git+https://github.com/c-ares/c-ares?ref=v1.34.5#d3a507e920e7af18a5efb7f9f1d8044ed4750013",
.hash = "N-V-__8AAP0uLwAKiOH9FxdgMWWuzaL-7u5T1YLelhgQ41nA",
},
.gtest = .{
.url = "git+https://github.com/google/googletest?ref=v1.17.0#52eb8108c5bdec04579160ae17225d66034bd723",
.hash = "N-V-__8AAEV8PgDOBc81AuVJQ9XhGo46f-4dlQ7sXar_M0_i",
},
.zlib = .{
.url = "git+https://github.com/madler/zlib?ref=v1.3.1#51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf",
.hash = "N-V-__8AAB0eQwD-0MdOEBmz7intriBReIsIDNlukNVoNu6o",
},
},
}