-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
28 lines (28 loc) · 997 Bytes
/
Copy pathbuild.zig.zon
File metadata and controls
28 lines (28 loc) · 997 Bytes
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
.{
.name = .astroz,
.version = "0.12.0",
.fingerprint = 0x2d8583fca695159f, // Changing this has security and trust implications.
.minimum_zig_version = "0.16.0",
.dependencies = .{
.cfitsio = .{
.url = "git+https://github.com/ATTron/cfitsio/#2faa5c5b263e0c4a903d7bbf54bb71a4597e876c",
.hash = "cfitsio-4.6.2-LaSYACsZAAD1UX_WWiQXcsBWwPnoMjwMzBA7WFNw8Xu2",
},
.zignal = .{
.url = "git+https://github.com/arrufat/zignal#3175ddb504c1a9dc86a0c1dcc700a6d8c06646c0",
.hash = "zignal-0.10.0-dev-OrZ3s9AAKADY_ZUA28rmpJqbEVBEoTtnkEdLebkrm_Ig",
},
.oma = .{
.url = "git+https://github.com/ATTron/oma#4d21951ead81571800298a20b04aa62673fa475b",
.hash = "oma-0.0.1-lqmw5RItAABkBRXop9wBptV8bB8pObT2bSvkz0jgsrdC",
},
},
.paths = .{
"src/",
"examples/",
"build.zig",
"build.zig.zon",
"LICENSE",
"README.md",
},
}