Skip to content

feat: add zig_library rule #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Feb 4, 2023
Merged

feat: add zig_library rule #17

merged 9 commits into from
Feb 4, 2023

Conversation

aherrmann
Copy link
Owner

@aherrmann aherrmann commented Feb 4, 2023

Define the zig_library rule to generate a static library from Zig code.
Define end-to-end tests for the rule.
Factor out common code between zig_library and zig_binary.
Refactor Zig package dependency handling.
Closes #13

@aherrmann aherrmann merged commit 56b40db into main Feb 4, 2023
@aherrmann aherrmann deleted the zig-library branch February 4, 2023 15:03
@aherrmann aherrmann changed the title Define zig_library rule feat: add zig_library 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.

Define zig_library to generate a static C library (.a, .lib)
1 participant