You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It isn't yet clear how the new Zig package manager will end up. But I want to start brainstorming how to best package Ziglua.
It sounds like there will be a build.zig.zon file to store dependencies. Maybe we could store the links to the lua tar.gz files (so I don't have to store them in the repo here)
the biggest downside of this is that there are now patches (the Lua 5.1 CVE patch). But I could just store a single file, or maybe even write a basic Zig script to patch? Not sure yet.
Ideally, ziglua would be pure zig code + patches to keep the repo small.
The text was updated successfully, but these errors were encountered:
It isn't yet clear how the new Zig package manager will end up. But I want to start brainstorming how to best package Ziglua.
It sounds like there will be a
build.zig.zon
file to store dependencies. Maybe we could store the links to the lua tar.gz files (so I don't have to store them in the repo here)Ideally, ziglua would be pure zig code + patches to keep the repo small.
The text was updated successfully, but these errors were encountered: