lua-resty-core 0.1.31-3 source package in Ubuntu

Changelog

lua-resty-core (0.1.31-3) unstable; urgency=medium

  * d/tests/nginxtest: fix test dependencies after lua module was removed from
    nginx-extras

 -- Jan Mojžíš <email address hidden>  Fri, 19 Sep 2025 19:17:10 +0200

Upload details

Uploaded by:
Debian Lua Team
Uploaded to:
Sid
Original maintainer:
Debian Lua Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Resolute release universe misc
Questing release universe misc

Builds

Questing: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
lua-resty-core_0.1.31-3.dsc 2.3 KiB 4ff1749e212b0c06eeae843fb1ab66018afdba63a598ea03bec344ab6e7e4fea
lua-resty-core_0.1.31.orig.tar.gz 220.2 KiB a8af7beadd43dd4758b7dc3c00e027dd3908e73f5bf0e08155a2c8954c5937c0
lua-resty-core_0.1.31-3.debian.tar.xz 4.5 KiB 9eb0cf81c8dd91c43897f71851130eb599f9d0237373a9a8ecf0f048b64c5031

Available diffs

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).