From fcedfddf00b3f994e4f4e40332ac7fc192c63244 Mon Sep 17 00:00:00 2001 From: polwex Date: Sun, 5 Oct 2025 21:56:51 +0700 Subject: claude is gud --- vere/pkg/past/build.zig.zon | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 vere/pkg/past/build.zig.zon (limited to 'vere/pkg/past/build.zig.zon') diff --git a/vere/pkg/past/build.zig.zon b/vere/pkg/past/build.zig.zon new file mode 100644 index 0000000..f69189b --- /dev/null +++ b/vere/pkg/past/build.zig.zon @@ -0,0 +1,23 @@ +.{ + .name = "past", + .version = "0.0.1", + .dependencies = .{ + .macos_sdk = .{ + .url = "https://github.com/joseluisq/macosx-sdks/releases/download/14.5/MacOSX14.5.sdk.tar.xz", + .hash = "N-V-__8AAKtK4FMzqcFsY_ZrpMg9bGH0h7BqZDXtVyAerMtM", + .lazy = true, + }, + .pkg_c3 = .{ + .path = "../c3", + }, + .pkg_noun = .{ + .path = "../noun", + }, + .gmp = .{ + .path = "../../ext/gmp", + }, + }, + .paths = .{ + "", + }, +} -- cgit v1.2.3