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

Changelog

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

  * New upstream version 0.1.31
  * d/control: updated libnginx-mod-http-lua dependency >=1:0.10.28~
    and << 1:0.10.28.1~

 -- Jan Mojžíš <email address hidden>  Mon, 10 Feb 2025 19:56:03 +0100

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
Plucky release universe misc

Builds

Plucky: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
lua-resty-core_0.1.31-1.dsc 2.0 KiB 22c37f8e97fa944e289985597f69fda200db63822a8237da630e58b59f145b3a
lua-resty-core_0.1.31.orig.tar.gz 220.2 KiB a8af7beadd43dd4758b7dc3c00e027dd3908e73f5bf0e08155a2c8954c5937c0
lua-resty-core_0.1.31-1.debian.tar.xz 4.4 KiB 41341e5ecf58391dff4b7e4a8250f55ea4915bb574555b5025989b1f2c638976

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