Skip to content

Zig package manager #6

@natecraddock

Description

@natecraddock

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

No one assigned

    Labels

    featureNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions