We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255d565 commit 6fd9448Copy full SHA for 6fd9448
rockspecs/lua-resty-exec-3.0.3-0.rockspec
@@ -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