-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbuild.zig.zon
30 lines (30 loc) · 1.17 KB
/
build.zig.zon
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
.{
.name = "osmium",
.version = "0.1.0",
.minimum_zig_version = "0.13.0",
.paths = .{
"src",
"build.zig",
"build.zig.zon",
"README.md",
},
.dependencies = .{
// .libvaxis = .{
// .url = "https://github.com/rockorager/libvaxis/archive/c213919849114ce03def64806af546b9fc391859.tar.gz",
// .hash = "12206f2265ca2262f919ec125ff7fe15fa6f3be622806e211d7a9bd3055ba51a0908",
// .lazy = true,
// },
.libz = .{
.url = "git+https://github.com/allyourcodebase/zlib#0918e87b7629b9c6a50a08edd0ce30d849758faf",
.hash = "122034ab2a12adf8016ffa76e48b4be3245ffd305193edba4d83058adbcfa749c107",
},
.openssl = .{
.url = "git+https://github.com/kassane/openssl-zig#0cbd913c1fb26fcce1b0b31e82d9b880224515ed",
.hash = "1220162cad408b6f7eeb6b49733e75ebdb684da77d15bc24d04114b8aaaaa4d7ded6",
},
.python = .{
.url = "git+https://github.com/Rexicon226/cpython#9b10a35f913f9f0c2f6356a8d8eef19b10b811b9",
.hash = "122027a5b201ec3f02bb6acb2c148fbbd0af9c22bf67df978ebf63203e1ff88a81c1",
},
},
}