1 Star 0 Fork 0

小线/luarocks

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
luarocks-dev-1.rockspec 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
rockspec_format = "3.0"
package = "luarocks"
version = "dev-1"
source = {
url = "git+https://github.com/luarocks/luarocks",
}
description = {
summary = "A package manager for Lua modules.",
detailed = [[
LuaRocks allows you to install Lua modules as self-contained
packages called "rocks", which also contain version dependency
information. This information is used both during installation,
so that when one rock is requested all rocks it depends on are
installed as well, and at run time, so that when a module is
required, the correct version is loaded. LuaRocks supports both
local and remote repositories, and multiple local rocks trees.
]],
homepage = "http://www.luarocks.org",
issues_url = "https://github.com/luarocks/luarocks/issues",
maintainer = "Hisham Muhammad",
license = "MIT",
}
test_dependencies = {
"luacov",
"busted-htest",
}
test = {
type = "busted",
platforms = {
windows = {
flags = { "--exclude-tags=ssh,git,unix", "-Xhelper", "lua_dir=$(LUA_DIR)", "-Xhelper", "lua=$(LUA)" }
},
unix = {
flags = { "--exclude-tags=ssh,git", "-Xhelper", "lua_dir=$(LUA_DIR)", "-Xhelper", "lua=$(LUA)" }
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fjsleeping/luarocks.git
git@gitee.com:fjsleeping/luarocks.git
fjsleeping
luarocks
luarocks
master

搜索帮助