Skip to content

feat: add zig_library rule#17

Merged
aherrmann merged 9 commits intomainfrom
zig-library
Feb 4, 2023
Merged

feat: add zig_library rule#17
aherrmann merged 9 commits intomainfrom
zig-library

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