summaryrefslogtreecommitdiff
path: root/vere/ext/softfloat/build.zig.zon
diff options
context:
space:
mode:
Diffstat (limited to 'vere/ext/softfloat/build.zig.zon')
-rw-r--r--vere/ext/softfloat/build.zig.zon14
1 files changed, 14 insertions, 0 deletions
diff --git a/vere/ext/softfloat/build.zig.zon b/vere/ext/softfloat/build.zig.zon
new file mode 100644
index 0000000..e77bfa2
--- /dev/null
+++ b/vere/ext/softfloat/build.zig.zon
@@ -0,0 +1,14 @@
+.{
+ .name = .softfloat,
+ .version = "0.0.1",
+ .fingerprint = 0x51bec629e47146bb,
+ .dependencies = .{
+ .softfloat = .{
+ .url = "https://github.com/ucb-bar/berkeley-softfloat-3/archive/5c06db33fc1e2130f67c045327b0ec949032df1d.tar.gz",
+ .hash = "N-V-__8AAJjNHACk0uvy2j8WATPrbK9KmbnnuYeYIN6PO9nl",
+ },
+ },
+ .paths = .{
+ "",
+ },
+}