lua-resty-core 0.1.28-2 source package in Ubuntu
Changelog
lua-resty-core (0.1.28-2) unstable; urgency=medium * d/watch: use new recommended github template -- Jan Mojžíš <email address hidden> Fri, 19 Jan 2024 19:18:04 +0100
Upload details
- Uploaded by:
- Jan Mojžíš
- Uploaded to:
- Sid
- Original maintainer:
- Jan Mojžíš
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Noble | release | universe | misc |
Downloads
| File | Size | SHA-256 Checksum |
|---|---|---|
| lua-resty-core_0.1.28-2.dsc | 2.0 KiB | f86060b3da2ab2551fe6f5b975e2f772d47bd827572922874c9d094d35bc5a0f |
| lua-resty-core_0.1.28.orig.tar.gz | 184.6 KiB | 62230dee287edcabb2dcb9c3b44ad162a6cc7ad2b8f508bc52e592f0137aa6a1 |
| lua-resty-core_0.1.28-2.debian.tar.xz | 4.0 KiB | 93d94afff31f37f854ff5f76678c580dd2efc0d7f837c2e5f28502638d656b9a |
Available diffs
- diff from 0.1.28-1 to 0.1.28-2 (598 bytes)
No changes file available.
Binary packages built by this source
- lua-resty-core: 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).
