summaryrefslogtreecommitdiff
path: root/vere/ext/urcrypt/build.zig.zon
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-10-06 01:01:41 +0700
committerpolwex <polwex@sortug.com>2025-10-06 01:01:41 +0700
commitc4b392a179048f936c062f5ffccc2bc25627e500 (patch)
tree09be0904be8ec4d7ea52992ef7580d42ed0c28c1 /vere/ext/urcrypt/build.zig.zon
working
Diffstat (limited to 'vere/ext/urcrypt/build.zig.zon')
-rw-r--r--vere/ext/urcrypt/build.zig.zon24
1 files changed, 24 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..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 = .{
+ "",
+ },
+}