package = "resty-hostcheck" version = "0.3.0-1" source = { url = "git://github.com/niiknow/resty-hostcheck", tag = "0.3.0" } description = { summary = "Host validation for openresty", homepage = "https://github.com/niiknow/resty-hostcheck", maintainer = "Tom Noogen ", license = "MIT" } dependencies = { "lua-resty-dns", "lua-resty-lrucache" } build = { type = "builtin", modules = { ["resty.hostcheck"] = "lib/resty/hostcheck.lua", ["resty.hostcheck.dns"] = "lib/resty/hostcheck/dns.lua", ["resty.hostcheck.version"] = "lib/resty/hostcheck/version.lua" } }