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.zon13
1 files changed, 13 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..8925443
--- /dev/null
+++ b/vere/ext/gmp/build.zig.zon
@@ -0,0 +1,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 = .{
+ "",
+ },
+}