Skip to content

Commit 6fd9448

Browse files
author
John Regan
committed
add 3.0.3 rockspec
1 parent 255d565 commit 6fd9448

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
package = "lua-resty-exec"
2+
version = "3.0.3-0"
3+
source = {
4+
url = "https://github.com/jprjr/lua-resty-exec/archive/3.0.3.tar.gz",
5+
file = "lua-resty-exec-3.0.3.tar.gz"
6+
}
7+
description = {
8+
summary = "Run external programs in OpenResty without spawning a shell",
9+
homepage = "https://github.com/jprjr/lua-resty-exec",
10+
license = "MIT"
11+
}
12+
build = {
13+
type = "builtin",
14+
modules = {
15+
["resty.exec"] = "lib/resty/exec.lua",
16+
["resty.exec.socket"] = "lib/resty/exec/socket.lua",
17+
}
18+
}
19+
dependencies = {
20+
"lua >= 5.1",
21+
"netstring >= 1.0.6"
22+
}

0 commit comments

Comments
 (0)