ReqPack wrapper for Zig package fetch and dependency-tree cache warming.
- source archive URL accepted by
zig fetch - git URL accepted by
zig fetch - local file path or local directory path
- project path with
flags = { "build-fetch" }orflags = { "build-fetch=all" }
installinstallLocalremoveupdatelistoutdatedsearchinfo
- cache root:
~/.cache/reqpack/zig - shared Zig global cache:
~/.cache/reqpack/zig/global-cache - ReqPack records:
~/.cache/reqpack/zig/records - managed sources dir:
~/.cache/reqpack/zig/sources
- wraps real Zig package-manager commands, mainly
zig fetchandzig build --fetch list()shows ReqPack-managed records only, not raw full Zig global cache contentssearch()only resolves direct URL/path prompts because Zig has no native global search APIoutdated()returns empty because Zig has no reliable cross-project outdated query
rqp test-plugin --plugin ./run.lua --preset core