ci: auto-get rockspec mappings for rock name => github short url or url

This commit is contained in:
Folke Lemaitre 2024-06-25 17:41:14 +02:00
parent 2ca68f9979
commit b6eba0d026
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
7 changed files with 117405 additions and 1 deletions

View file

@ -9,9 +9,10 @@ local Util = require("lazy.util")
---@field version string
---@field dependencies string[]
---@field build? {build_type?: string, modules?: any[]}
---@field source? {url?: string}
---@class RockManifest
---@field repository table<string, any>
---@field repository table<string, table<string,any>>
local M = {}