-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
Description
Hey 👋
To work around luarocks/luarocks#1797, luarocks 3.12 now parses the manifest from JSON.
luarocks.org also serves zipped manifests, (e.g. https://luarocks.org/manifest-5.1.zip), but these only contain the Lua manifest.
In terms of network bandwidth, downloading and unpacking the zipped manifest is preferable.
Would it be possible to include the JSON manifest in the zip download?
Perhaps via https://luarocks.org/manifest-<version>.json.zip, so that clients can choose which one they want?
cc @hishamhm (if luarocks also uses the zipped manifest, it may still run into the luajit limitation).
Reactions are currently unavailable