1 Star 0 Fork 1

iresty / lua-typeof

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
lua-typeof-0.1-0.rockspec 421 Bytes
一键复制 编辑 原始数据 按行查看 历史
王院生 提交于 2019-06-02 09:16 . luarocks: removed depedencies config.
package = "lua-typeof"
version = "0.1-0"
source = {
url = "git://github.com/iresty/lua-typeof",
tag = "v0.1"
}
description = {
summary = "Check the data type for Lua variable",
homepage = "https://github.com/iresty/lua-typeof",
license = "Apache License 2.0",
maintainer = "Yuansheng Wang <membphis@gmail.com>"
}
build = {
type = "builtin",
modules = {
["typeof"] = "lib/typeof.lua",
}
}
Lua
1
https://gitee.com/iresty/lua-typeof.git
git@gitee.com:iresty/lua-typeof.git
iresty
lua-typeof
lua-typeof
master

搜索帮助