forked from ATTron/astroz
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
24 lines (24 loc) · 824 Bytes
/
build.zig.zon
File metadata and controls
24 lines (24 loc) · 824 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
.{
.name = .astroz,
.version = "0.3.0",
.fingerprint = 0x2d8583fca695159f, // Changing this has security and trust implications.
.minimum_zig_version = "0.16.0-dev.381+bc512648d",
.dependencies = .{
.cfitsio = .{
.url = "https://github.com/arrufat/cfitsio/archive/9a7161ff41600aaa28fd040989294fb60a58df38.tar.gz",
.hash = "cfitsio-4.6.2-LaSYAO4YAACT0MYEVI4nelpfX5lnyQi_MvupX-zSrdRH",
},
.zignal = .{
.url = "git+https://github.com/bfactory-ai/zignal#d7fc48ae3f06ae3533d929f185842b44020e502f",
.hash = "zignal-0.5.0-dev-OrZ3s8bMEgCCafyz_uBhoDKlHI58EAJXuyTuVySAnzkz",
},
},
.paths = .{
"src/",
"examples/",
"build.zig",
"build.zig.zon",
"LICENSE",
"README.md",
},
}