加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
lua-resty-template-dev-1.rockspec 848 Bytes
一键复制 编辑 原始数据 按行查看 历史
Aapo Talvensaari 提交于 2020-02-24 13:38 . chore(*) release 2.0.0 (#37)
package = "lua-resty-template"
version = "dev-1"
source = {
url = "git://github.com/bungle/lua-resty-template.git"
}
description = {
summary = "Templating Engine (HTML) for Lua and OpenResty",
detailed = "lua-resty-template is a compiling (HTML) templating engine for Lua and OpenResty.",
homepage = "https://github.com/bungle/lua-resty-template",
maintainer = "Aapo Talvensaari <aapo.talvensaari@gmail.com>",
license = "BSD"
}
dependencies = {
"lua >= 5.1"
}
build = {
type = "builtin",
modules = {
["resty.template"] = "lib/resty/template.lua",
["resty.template.safe"] = "lib/resty/template/safe.lua",
["resty.template.html"] = "lib/resty/template/html.lua",
["resty.template.microbenchmark"] = "lib/resty/template/microbenchmark.lua"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化