Skip to content

feat: add zig_package rule and support Zig packages deps in zig_binary rule#10

Merged
aherrmann merged 5 commits intomainfrom
zig-package
Jan 29, 2023
Merged

feat: add zig_package rule and support Zig packages deps in zig_binary rule#10
aherrmann merged 5 commits intomainfrom
zig-package

Conversation

@aherrmann
Copy link
Owner

Defines the zig_package rule to capture a Zig package.
Adds the deps attribute to zig_binary and supports zig_package dependencies.
Adds integration and unittests.

Closes #8
Closes #9

@aherrmann aherrmann merged commit fa04fda into main Jan 29, 2023
@aherrmann aherrmann deleted the zig-package branch January 29, 2023 13:57
@aherrmann aherrmann changed the title Define zig_package and support deps in zig_binary feat: add zig_package rule and support Zig packages deps in zig_binary rule Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

zig_binary should support a Zig binary with Zig package dependencies Define zig_package to bundle Zig sources into a Zig package.

1 participant