We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f8116 commit bd7ab97Copy full SHA for bd7ab97
dist.ini
@@ -0,0 +1,10 @@
1
+name=lua-resty-core
2
+abstract=New FFI-based Lua API for the ngx_lua module
3
+author=Yichun "agentzh" Zhang (agentzh)
4
+is_original=yes
5
+license=2bsd
6
+lib_dir=lib
7
+doc_dir=lib
8
+repo_link=https://github.com/openresty/lua-resty-core
9
+main_module=lib/resty/core/base.lua
10
+requires = luajit >= 2.1.0, nginx >= 1.11.2, ngx_http_lua = 0.10.6, openresty/lua-resty-lrucache
0 commit comments