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/urcrypt/build.zig.zon |
claude is gud
Diffstat (limited to 'vere/ext/urcrypt/build.zig.zon')
-rw-r--r-- | vere/ext/urcrypt/build.zig.zon | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/vere/ext/urcrypt/build.zig.zon b/vere/ext/urcrypt/build.zig.zon new file mode 100644 index 0000000..0ab2398 --- /dev/null +++ b/vere/ext/urcrypt/build.zig.zon @@ -0,0 +1,25 @@ +.{ + .name = .urcrypt, + .fingerprint = 0x590576beb64ce5db, + .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 = .{ + "", + }, +} |