代码拉取完成,页面将自动刷新
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)" }
}
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。