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

Changelog

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

  * d/control: bump Standards-Version: 4.7.0, no changes
  * d/control: replace luajit2 B-D with luajit (Closes: 1072348)
  * d/control: update dependency lua-resty-lrucache (>= 0.13-11)
  * d/control: update dependency libnginx-mod-http-lua (>= 1:0.10.26-3)

 -- Jan Mojžíš <email address hidden>  Sat, 01 Jun 2024 16:23:59 +0200

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 Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
lua-resty-core_0.1.28-3.dsc 2.0 KiB d2e94fdbcca3a13c0d91b4ac55df29cf137888a088c4433f8c5343c0a44244ff
lua-resty-core_0.1.28.orig.tar.gz 184.6 KiB 62230dee287edcabb2dcb9c3b44ad162a6cc7ad2b8f508bc52e592f0137aa6a1
lua-resty-core_0.1.28-3.debian.tar.xz 4.1 KiB e02645192c8cdb25b9be579863e6a7061a2249b6048bd6e2afd73278f8743f0d

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