summaryrefslogtreecommitdiff
path: root/vere/ext/gmp/build.zig.zon
diff options
context:
space:
mode:
Diffstat (limited to 'vere/ext/gmp/build.zig.zon')
-rw-r--r--vere/ext/gmp/build.zig.zon14
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 = .{
+ "",
+ },
+}