Onyxl commited on
Commit
bc71262
·
verified ·
1 Parent(s): 6df2f00

Upload LightPanda/build.zig.zon

Browse files
Files changed (1) hide show
  1. LightPanda/build.zig.zon +35 -0
LightPanda/build.zig.zon ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .{
2
+ .name = .browser,
3
+ .version = "1.0.0-dev",
4
+ .fingerprint = 0xda130f3af836cea0, // Changing this has security and trust implications.
5
+ .minimum_zig_version = "0.15.2",
6
+ .dependencies = .{
7
+ .v8 = .{
8
+ .url = "https://github.com/lightpanda-io/zig-v8-fork/archive/refs/tags/v0.3.7.tar.gz",
9
+ .hash = "v8-0.0.0-xddH67uBBAD95hWsPQz3Ni1PlZjdywtPXrGUAp8rSKco",
10
+ },
11
+ // .v8 = .{ .path = "../zig-v8-fork" },
12
+ .brotli = .{
13
+ // v1.2.0
14
+ .url = "https://github.com/google/brotli/archive/028fb5a23661f123017c060daa546b55cf4bde29.tar.gz",
15
+ .hash = "N-V-__8AAJudKgCQCuIiH6MJjAiIJHfg_tT_Ew-0vZwVkCo_",
16
+ },
17
+ .zlib = .{
18
+ .url = "https://github.com/madler/zlib/releases/download/v1.3.2/zlib-1.3.2.tar.gz",
19
+ .hash = "N-V-__8AAJ2cNgAgfBtAw33Bxfu1IWISDeKKSr3DAqoAysIJ",
20
+ },
21
+ .nghttp2 = .{
22
+ .url = "https://github.com/nghttp2/nghttp2/releases/download/v1.68.0/nghttp2-1.68.0.tar.gz",
23
+ .hash = "N-V-__8AAL15vQCI63ZL6Zaz5hJg6JTEgYXGbLnMFSnf7FT3",
24
+ },
25
+ .@"boringssl-zig" = .{
26
+ .url = "git+https://github.com/Syndica/boringssl-zig.git#c53df00d06b02b755ad88bbf4d1202ed9687b096",
27
+ .hash = "boringssl-0.1.0-VtJeWehMAAA4RNnwRnzEvKcS9rjsR1QVRw1uJrwXxmVK",
28
+ },
29
+ .curl = .{
30
+ .url = "https://github.com/curl/curl/releases/download/curl-8_18_0/curl-8.18.0.tar.gz",
31
+ .hash = "N-V-__8AALp9QAGn6CCHZ6fK_FfMyGtG824LSHYHHasM3w-y",
32
+ },
33
+ },
34
+ .paths = .{""},
35
+ }