Skip to content

Commit a0cd930

Browse files
authored
feat: release v0.1.0 (#4)
1 parent 1060df8 commit a0cd930

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

api7-lua-resty-http-0.1.0-0.rockspec

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
package = "api7-lua-resty-http"
2+
version = "0.1.0-0"
3+
source = {
4+
url = "git://github.com/api7/lua-resty-http",
5+
tag = "v0.1.0"
6+
}
7+
description = {
8+
summary = "Lua HTTP client cosocket driver for OpenResty / ngx_lua.",
9+
homepage = "https://github.com/api7/lua-resty-http",
10+
license = "2-clause BSD",
11+
maintainer = "Yuansheng Wang <[email protected]>"
12+
}
13+
dependencies = {
14+
"lua >= 5.1"
15+
}
16+
build = {
17+
type = "builtin",
18+
modules = {
19+
["resty.http"] = "lib/resty/http.lua",
20+
["resty.http_headers"] = "lib/resty/http_headers.lua",
21+
["resty.http_connect"] = "lib/resty/http_connect.lua"
22+
}
23+
}

0 commit comments

Comments
 (0)