summaryrefslogtreecommitdiff
path: root/vere/ext/urcrypt/build.zig.zon
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-10-05 21:56:51 +0700
committerpolwex <polwex@sortug.com>2025-10-05 21:56:51 +0700
commitfcedfddf00b3f994e4f4e40332ac7fc192c63244 (patch)
tree51d38e62c7bdfcc5f9a5e9435fe820c93cfc9a3d /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.zon25
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 = .{
+ "",
+ },
+}