-
Notifications
You must be signed in to change notification settings - Fork 58
Closed
Labels
featureNew feature or requestNew feature or request
Description
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.
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request