1 Star 3 Fork 1

baiyangzhuhong / openresty-lua-timer

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
openresty-lua-timer-1.0.0-1.rockspec 533 Bytes
Copy Edit Raw Blame History
baiyangzhuhong authored 2021-10-14 06:00 . initial commit
package = "openresty-lua-timer"
version = "1.0.0-1"
source = {
url = "git@gitee.com:baiyangzhuhong/openresty-lua-timer.git",
branch = "master"
}
description = {
summary = "Extended timer library for OpenResty",
detailed = [[
A timer library based on Openresty ngx+lua with high performance .
]],
license = "Apache 2.0",
homepage = "https://gitee.com/baiyangzhuhong/openresty-lua-timer"
}
dependencies = {
}
build = {
type = "builtin",
modules = {
["resty.timer"] = "lib/resty/timer.lua",
}
}
Lua
1
https://gitee.com/baiyangzhuhong/openresty-lua-timer.git
git@gitee.com:baiyangzhuhong/openresty-lua-timer.git
baiyangzhuhong
openresty-lua-timer
openresty-lua-timer
master

Search