diff options
author | polwex <polwex@sortug.com> | 2025-10-05 21:56:51 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-10-05 21:56:51 +0700 |
commit | fcedfddf00b3f994e4f4e40332ac7fc192c63244 (patch) | |
tree | 51d38e62c7bdfcc5f9a5e9435fe820c93cfc9a3d /vere/ext/gmp/build.zig.zon |
claude is gud
Diffstat (limited to 'vere/ext/gmp/build.zig.zon')
-rw-r--r-- | vere/ext/gmp/build.zig.zon | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vere/ext/gmp/build.zig.zon b/vere/ext/gmp/build.zig.zon new file mode 100644 index 0000000..41572e3 --- /dev/null +++ b/vere/ext/gmp/build.zig.zon @@ -0,0 +1,14 @@ +.{ + .name = .gmp, + .version = "0.0.1", + .fingerprint = 0x328f6061a804066a, + .dependencies = .{ + .gmp = .{ + .url = "https://ftp.fr.openbsd.org/pub/OpenBSD/distfiles/gmp-6.3.0.tar.xz", + .hash = "N-V-__8AAE5fAwHUYgLBeqNatYSKf3qBK3l8nwdpjyY8igK0", + }, + }, + .paths = .{ + "", + }, +} |