From c4b392a179048f936c062f5ffccc2bc25627e500 Mon Sep 17 00:00:00 2001 From: polwex Date: Mon, 6 Oct 2025 01:01:41 +0700 Subject: working --- vere/ext/urcrypt/build.zig.zon | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 vere/ext/urcrypt/build.zig.zon (limited to 'vere/ext/urcrypt/build.zig.zon') diff --git a/vere/ext/urcrypt/build.zig.zon b/vere/ext/urcrypt/build.zig.zon new file mode 100644 index 0000000..e32b027 --- /dev/null +++ b/vere/ext/urcrypt/build.zig.zon @@ -0,0 +1,24 @@ +.{ + .name = "urcrypt", + .version = "0.0.1", + .dependencies = .{ + .aes_siv = .{ + .url = "https://github.com/dfoxfranke/libaes_siv/archive/9681279cfaa6e6399bb7ca3afbbc27fc2e19df4b.tar.gz", + .hash = "N-V-__8AADRgAQComAaFJaS9o75BOcaFVew6nO8D7ZTGMRXd", + }, + .openssl = .{ + .path = "../openssl", + }, + .secp256k1 = .{ + .url = "https://github.com/bitcoin-core/secp256k1/archive/refs/tags/v0.5.1.tar.gz", + .hash = "N-V-__8AAJ4DSwC7aDpt90TmGPWKAI6q4-titwp4M0zsZ2vY", + }, + .urcrypt = .{ + .url = "https://github.com/urbit/urcrypt/archive/465aad6262f2710f76f75adfe74effb5751c5ab3.tar.gz", + .hash = "N-V-__8AAL3OSQDA9xQasK60FkxcKuQoSANeWy_f9SxmxX1X", + }, + }, + .paths = .{ + "", + }, +} -- cgit v1.2.3