Skip to content
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

add support for zig module #3

Merged
merged 1 commit into from
Oct 1, 2024
Merged

Conversation

DomKalinowski
Copy link
Contributor

@DomKalinowski DomKalinowski commented Oct 1, 2024

This commit will add support for Zig's addModule, allowing users to run:

zig fetch --save=mailbox git+https://github.com/g41797/mailbox

to add Mailbox as a dependency in build.zig.zon.

I also updated the README, "heavily inspired" by another fantastic project:
https://github.com/zigzap/zap
resolve #2

@DomKalinowski DomKalinowski changed the title add support for zig module (resolve #2) add support for zig module Oct 1, 2024
@g41797 g41797 merged commit ff98e88 into g41797:main Oct 1, 2024
3 checks passed
@g41797
Copy link
Owner

g41797 commented Oct 1, 2024

Thank you for pr
I am going to use your instructions in another repo

And don't forget 'First rule of multithreading' :-(

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.

Fix installation instructions
2 participants