Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Feature description
zig-pkg is initially supported since version 0.11.0.
More info: https://ziglang.org/download/0.11.0/release-notes.html#Package-Management
Theoretically it works similar to fetchContent (cmake). #7451
References
- Add support for C++ projects #2027
- build system terminology update: package, project, module, dependency ziglang/zig#14307
- Package Manager MVP ziglang/zig#14265
- Support fetching dependencies over git+http(s) ziglang/zig#17277
- introduce the
zig fetch
subcommand and symlink support in zig packages ziglang/zig#17363 - rework package manager ziglang/zig#17392
- Package.Fetch: allow relative paths outside project root ziglang/zig#17464