aherrmann / rules_zig

Bazel build rules for Zig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider package manager integration for Zig.

aherrmann opened this issue · comments

Zig 0.11.0 replaced --pkg-begin and --pkg-end with --mod CLI flags. The term "module" is now used to descripe a collection of Zig sources. The term "package" is used for component managed by the Zig package manager.