[ 源代码: lua-resty-core ]
软件包:lua-resty-core(0.1.30-1)
lua-resty-core 的相关链接
Debian 的资源:
下载源码包 lua-resty-core:
- [lua-resty-core_0.1.30-1.dsc]
- [lua-resty-core_0.1.30.orig.tar.gz]
- [lua-resty-core_0.1.30-1.debian.tar.xz]
维护者:
外部的资源:
- 主页 [github.com]
相似软件包:
New FFI-based Lua API for NGINX Lua module
This pure Lua library reimplements part of the ngx_lua module's Nginx API for Lua with LuaJIT FFI and installs the new FFI-based Lua API into the ngx.* and ndk.* namespaces used by the ngx_lua module. In addition, this Lua library implements any significant new Lua APIs of the ngx_lua module as proper Lua modules, like ngx.semaphore and ngx.balancer. The FFI-based Lua API can work with LuaJIT's JIT compiler. ngx_lua's default API is based on the standard Lua C API, which will never be JIT compiled and the user Lua code is always interpreted (slowly).
其他与 lua-resty-core 有关的软件包
|
|
|
|
-
- dep: libluajit-5.1-2
- OpenResty-maintained branch of LuaJIT (shared objects)
-
- dep: libnginx-mod-http-lua (<< 1:0.10.27.1~)
- Lua module for Nginx
- dep: libnginx-mod-http-lua (>= 1:0.10.27)
-
- dep: lua-resty-lrucache (>= 0.13-11)
- Simple LRU cache for the ngx_lua module