diff --git a/rockspec/api7-lua-resty-http-0.2.4-0.rockspec b/rockspec/api7-lua-resty-http-0.2.4-0.rockspec new file mode 100644 index 0000000..e8c9030 --- /dev/null +++ b/rockspec/api7-lua-resty-http-0.2.4-0.rockspec @@ -0,0 +1,23 @@ +package = "api7-lua-resty-http" +version = "0.2.4-0" +source = { + url = "git://github.com/api7/lua-resty-http", + tag = "v0.2.4" +} +description = { + summary = "Lua HTTP client cosocket driver for OpenResty / ngx_lua.", + homepage = "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/api7/lua-resty-http", + license = "2-clause BSD", + maintainer = "Yuansheng Wang " +} +dependencies = { + "lua >= 5.1" +} +build = { + type = "builtin", + modules = { + ["resty.http"] = "lib/resty/http.lua", + ["resty.http_headers"] = "lib/resty/http_headers.lua", + ["resty.http_connect"] = "lib/resty/http_connect.lua" + } +}