blob: 8925443e6f06c3bca4f752b8c4907c35d1acce7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
.{
.name = "gmp",
.version = "0.0.1",
.dependencies = .{
.gmp = .{
.url = "https://ftp.fr.openbsd.org/pub/OpenBSD/distfiles/gmp-6.3.0.tar.xz",
.hash = "N-V-__8AAE5fAwHUYgLBeqNatYSKf3qBK3l8nwdpjyY8igK0",
},
},
.paths = .{
"",
},
}
|