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

Integrate a package manager #10

Open
orhun opened this issue May 3, 2023 · 2 comments
Open

Integrate a package manager #10

orhun opened this issue May 3, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@orhun
Copy link
Owner

orhun commented May 3, 2023

Is your feature request related to a problem? Please describe.

Currently, linuxwave is not packaged for any Zig package manager and the dependencies are simply git submodules.

Describe the solution you'd like

It would be nice to utilize zigmod and/or gyro.

Describe alternatives you've considered

None.

Additional context

See zerve project's files (gyro.zzz, zig.mod) which sparked this idea.

@orhun orhun added enhancement New feature or request help wanted Extra attention is needed labels May 3, 2023
@orhun orhun self-assigned this May 3, 2023
@booniepepper
Copy link

As an alternative, Zig 0.11 (scheduled for release Aug 3, 2023) has a built-in package management system.

It's not quite a "package manager" in the sense of something like crates.io that has an index and central repository. The basic idea would be to simply add a build.zig.zon once Zig 0.11 is released. (And any other Zig 0.11 compatibility changes that will be required)

@orhun
Copy link
Owner Author

orhun commented Jul 31, 2023

Thanks for the info @booniepepper! I would prefer to go with the built-in package manager when it is available soon. It would be nice to have it in #8 maybe. cc @YellowApple

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants