diff --git a/rockspec/api7-lua-resty-http-0.2.1-0.rockspec b/rockspec/api7-lua-resty-http-0.2.1-0.rockspec new file mode 100644 index 00000000..e2399ed3 --- /dev/null +++ b/rockspec/api7-lua-resty-http-0.2.1-0.rockspec @@ -0,0 +1,23 @@ +package = "api7-lua-resty-http" +version = "0.2.1-0" +source = { + url = "git://github.com/api7/lua-resty-http", + tag = "v0.2.1" +} +description = { + summary = "Lua HTTP client cosocket driver for OpenResty / ngx_lua.", + homepage = "https://github.com/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" + } +}