summaryrefslogtreecommitdiff
path: root/build.zig.zon
diff options
context:
space:
mode:
authorMartin Ashby <martin@ashbysoft.com>2023-10-07 21:43:33 +0100
committerMartin Ashby <martin@ashbysoft.com>2023-10-07 21:43:33 +0100
commita28a7c8db679d7a787be035035773abe8dadfff3 (patch)
tree3842a4dabbe201cc80babcdad3badd1da2d317cb /build.zig.zon
downloadzipdl-a28a7c8db679d7a787be035035773abe8dadfff3.tar.gz
zipdl-a28a7c8db679d7a787be035035773abe8dadfff3.tar.bz2
zipdl-a28a7c8db679d7a787be035035773abe8dadfff3.tar.xz
zipdl-a28a7c8db679d7a787be035035773abe8dadfff3.zip
Initial.
Implementation of seekable HTTP range, which will be used for reading ZIP over http without downloading the whole thing.
Diffstat (limited to 'build.zig.zon')
-rw-r--r--build.zig.zon11
1 files changed, 11 insertions, 0 deletions
diff --git a/build.zig.zon b/build.zig.zon
new file mode 100644
index 0000000..26ec4d7
--- /dev/null
+++ b/build.zig.zon
@@ -0,0 +1,11 @@
+.{
+ .name = "zipdl",
+ .version = "0.0.1",
+ .dependencies = .{
+ .zip = .{
+ .name = "zip",
+ .url = "https://code.mfashby.net/zip-zig/snapshot/zip-zig-2f3063fe4f20a318d5571e81a1db46f215ca8c6d.tar.xz",
+ .hash = "122036bad45a84f4c4c5c6bf4ba1f51422b1ceeae42d38a52acb53b1ec5c07838eea",
+ },
+ },
+} \ No newline at end of file