Package: libluajit2-5.1-common Source: luajit2 Version: 2.1-20230119-1~mxbp11+1 Architecture: all Maintainer: Debian Lua Team Installed-Size: 218 Conflicts: libluajit-5.1-common Replaces: libluajit-5.1-common Multi-Arch: foreign Homepage: https://github.com/openresty/luajit2 Priority: optional Section: interpreters Filename: pool/main/l/luajit2/libluajit2-5.1-common_2.1-20230119-1~mxbp11+1_all.deb Size: 46684 SHA256: b52ddf5c3ecbb9a10e4b2a8e4c63a718e5995cb04cc70f3af3fafe2e46b35615 SHA1: a04f9fa640db120554b29b137122ed86b08e5dff MD5sum: 0969087fefe9b8e517836382c2f553bc Description: OpenResty-maintained branch of LuaJIT (common files) This package contains files needed by the LuaJIT interpreter/jitter as well by its embeddable (i.e. library) version. Package: libnginx-mod-http-ndk-dev Source: libnginx-mod-http-ndk Version: 1:0.3.2-3~mxbp11+1 Architecture: all Maintainer: Debian Nginx Maintainers Installed-Size: 475 Depends: libnginx-mod-http-ndk (<< 1:0.3.2-3~mxbp11+1.1~), libnginx-mod-http-ndk (>= 1:0.3.2-3~mxbp11+1) Multi-Arch: foreign Homepage: https://github.com/simpl/ngx_devel_kit Priority: optional Section: httpd Filename: pool/main/libn/libnginx-mod-http-ndk/libnginx-mod-http-ndk-dev_0.3.2-3~mxbp11+1_all.deb Size: 32404 SHA256: 47bebc784036d91ca6730561b2fbaa1fb52b74d37b01d6aac95d85b76079afa2 SHA1: bf84587e5f91c5d110bd720f9893b195579831be MD5sum: 5c610a2ac081e0e9d429c0e778260768 Description: Nginx Development Kit module - development files The NDK is an Nginx module that is designed to extend the core functionality of the excellent Nginx webserver in a way that can be used as a basis of other Nginx modules. . This package provides development headers and necessary config scripts for the Nginx development kit module, useful to develop and link third party additions to the Debian nginx web/proxy server packages using Nginx development kit module. . Development files. Package: lua-resty-core Version: 0.1.25~rc1-2~mxbp11+1 Architecture: all Maintainer: Jan Mojžíš Installed-Size: 233 Depends: libluajit2-5.1-2, libnginx-mod-http-lua (<< 1:0.10.23.1~), libnginx-mod-http-lua (>= 1:0.10.23~rc1), lua-resty-lrucache Provides: lua5.1-resty-core Homepage: https://github.com/openresty/lua-resty-core Priority: optional Section: net Filename: pool/main/l/lua-resty-core/lua-resty-core_0.1.25~rc1-2~mxbp11+1_all.deb Size: 32152 SHA256: e94ba09f14dc0aac5ab7b655926866d1c64048e4729dfd1d4088b9ffb309f798 SHA1: b3449c6ee0d4671ac9f97af9e076a7fa503920df MD5sum: f8b2a89bec67353d1b57e556e71b86da Description: 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-Versions: 5.1 Package: lua-resty-jit-uuid Version: 0.0.7-2~mxbp11+1 Architecture: all Maintainer: Hans van Kranenburg Installed-Size: 26 Provides: lua5.1-resty-jit-uuid Priority: optional Section: interpreters Filename: pool/main/l/lua-resty-jit-uuid/lua-resty-jit-uuid_0.0.7-2~mxbp11+1_all.deb Size: 5904 SHA256: 9b8ca0b5bb0f5f0db1d331fad9d9e59e356bb3b0cd240111b75804ac17d775ec SHA1: c760e7eef3de89bf2fcc1e8e61d8da5536e6d451 MD5sum: 5dde904a4dbc46d616d6218049d2ea39 Description: Fast and dependency-free UUID library for LuaJIT/ngx_lua. This module is aimed at being a free of dependencies, performant and complete UUID library for LuaJIT and ngx_lua. . Unlike FFI and C bindings, it does not depend on libuuid being available in your system. On top of that, it performs better than most (all?) of the generators it was benchmarked against, FFI bindings included. . Finally, it provides additional features such as UUID v3/v4/v5 generation and UUID validation. Lua-Versions: 5.1 Package: lua-resty-lrucache Version: 0.13-10~mxbp11+1 Architecture: all Maintainer: Jan Mojžíš Installed-Size: 42 Depends: libluajit2-5.1-2 Provides: lua5.1-resty-lrucache Homepage: https://github.com/openresty/lua-resty-lrucache Priority: optional Section: net Filename: pool/main/l/lua-resty-lrucache/lua-resty-lrucache_0.13-10~mxbp11+1_all.deb Size: 10452 SHA256: a8c9df9cd175ba3753384da86f6475a3a1cacf2da9432fb3f98aa35093118693 SHA1: a6c4dc4504cab7437126c10d131f5925ae0c4d8c MD5sum: add9e3938b2c1984a900f1b56a1bd16b Description: Simple LRU cache for the ngx_lua module The LRU cache resides completely in the Lua VM and is subject to Lua GC. As such, do not expect it to get shared across the OS process boundary. The upside is that you can cache arbitrary complex Lua values (such as deep nested Lua tables) without the overhead of serialization (as with ngx_lua's shared dictionary API). The downside is that your cache is always limited to the current OS process (i.e. the current Nginx worker process). It does not really make much sense to use this library in the context of init_by_lua because the cache will not get shared by any of the worker processes (unless you just want to "warm up" the cache with predefined items which will get inherited by the workers via fork()). Lua-Versions: 5.1 Package: nginx-common Source: nginx Version: 1.22.1-7~mxbp11+1 Architecture: all Maintainer: Debian Nginx Maintainers Installed-Size: 114 Depends: nginx (<< 1.22.1-7~mxbp11+1.1~), nginx (>= 1.22.1-7~mxbp11+1) Multi-Arch: foreign Homepage: https://nginx.org Priority: optional Section: httpd Filename: pool/main/n/nginx/nginx-common_1.22.1-7~mxbp11+1_all.deb Size: 103316 SHA256: c62a9f7e6f4da11d6cb9e960c0b92b0b7136841f605c9df8100dbf339b7b9a34 SHA1: 3d25a3b7ac4e7560245e08f38911bea1ad2b8286 MD5sum: a56626876f1f486b5409123e0f3e3272 Description: small, powerful, scalable web/proxy server - common files Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . From nginx version 1.22.1-6 changed to dependency metapackage, can be safely removed. Package: nginx-core Source: nginx Version: 1.22.1-7~mxbp11+1 Architecture: all Maintainer: Debian Nginx Maintainers Installed-Size: 111 Depends: libnginx-mod-http-geoip (>= 1.22.1-7~mxbp11+1), libnginx-mod-http-geoip (<< 1.22.1-7~mxbp11+1.1~), libnginx-mod-http-image-filter (>= 1.22.1-7~mxbp11+1), libnginx-mod-http-image-filter (<< 1.22.1-7~mxbp11+1.1~), libnginx-mod-http-xslt-filter (>= 1.22.1-7~mxbp11+1), libnginx-mod-http-xslt-filter (<< 1.22.1-7~mxbp11+1.1~), libnginx-mod-mail (>= 1.22.1-7~mxbp11+1), libnginx-mod-mail (<< 1.22.1-7~mxbp11+1.1~), libnginx-mod-stream (>= 1.22.1-7~mxbp11+1), libnginx-mod-stream (<< 1.22.1-7~mxbp11+1.1~), libnginx-mod-stream-geoip (>= 1.22.1-7~mxbp11+1), libnginx-mod-stream-geoip (<< 1.22.1-7~mxbp11+1.1~), nginx (>= 1.22.1-7~mxbp11+1), nginx (<< 1.22.1-7~mxbp11+1.1~) Breaks: nginx-full (<< 1.18.0-1) Replaces: nginx-full (<< 1.18.0-1) Homepage: https://nginx.org Priority: optional Section: httpd Filename: pool/main/n/nginx/nginx-core_1.22.1-7~mxbp11+1_all.deb Size: 100652 SHA256: c9c3d2af12147e6d600ea53467e93b66a7613cf068c2897a2206e3f58c35c626 SHA1: bcb7729e8103afff3730844ade2af2ce9bdcb692 MD5sum: 6406f8deea1977185008a7c710891fc4 Description: nginx web/proxy server (standard version) Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This metapackage provides a version of nginx identical to that of nginx-full, but without any third-party modules, and only modules in the original nginx code base. . STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Browser, Empty GIF, FastCGI, Geo, Limit Connections, Limit Requests, Map, Memcached, Proxy, Referer, Rewrite, SCGI, Split Clients, UWSGI. . OPTIONAL HTTP MODULES: Addition, Auth Request, Charset, WebDAV, GeoIP, Gunzip, Gzip, Gzip Precompression, Headers, HTTP/2, Image Filter, Index, Log, Real IP, Slice, SSI, SSL, SSL Preread, Stub Status, Substitution, Thread Pool, Upstream, User ID, XSLT. . OPTIONAL MAIL MODULES: Mail Core, Auth HTTP, Proxy, SSL, IMAP, POP3, SMTP. . OPTIONAL STREAM MODULES: Stream Core, GeoIP Package: nginx-dev Source: nginx Version: 1.22.1-7~mxbp11+1 Architecture: all Maintainer: Debian Nginx Maintainers Installed-Size: 813 Depends: debhelper-compat (= 13), libexpat-dev, libgd-dev, libgeoip-dev, libpcre2-dev, libperl-dev, libssl-dev, libxslt1-dev, po-debconf, zlib1g-dev, nginx (<< 1.22.1-7~mxbp11+1.1~), nginx (>= 1.22.1-7~mxbp11+1) Provides: dh-sequence-nginx Multi-Arch: foreign Homepage: https://nginx.org Priority: optional Section: httpd Filename: pool/main/n/nginx/nginx-dev_1.22.1-7~mxbp11+1_all.deb Size: 197212 SHA256: 2e63a9d362b7ef99c2adf0fea1ab01e5a4b6068d0efcc01a93f42fc813596858 SHA1: b623aa6d26c8cf94d87b9f0b0c904ea981a1424f MD5sum: 7fda45ee9bf8c5c2db0e9e4356434400 Description: nginx web/proxy server - development headers Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This package provides development headers and necessary config scripts for the nginx web/proxy server, useful to develop and link third party additions to the Debian nginx web/proxy server packages. Package: nginx-doc Source: nginx Version: 1.22.1-7~mxbp11+1 Architecture: all Maintainer: Debian Nginx Maintainers Installed-Size: 145 Multi-Arch: foreign Homepage: https://nginx.org Priority: optional Section: doc Filename: pool/main/n/nginx/nginx-doc_1.22.1-7~mxbp11+1_all.deb Size: 108708 SHA256: c81e51b94861e65f0a4b3b614690cbc9e508bed4db2ddfaea2100a59144b2e7c SHA1: c7711d0f26f0336b7b543e4eeb4e4a17655a5368 MD5sum: ad107f77a76052b7ad2d13c834d3b7d7 Description: small, powerful, scalable web/proxy server - documentation Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This package provides extra documentation to help unleash the power of Nginx. Package: nginx-full Source: nginx Version: 1.22.1-7~mxbp11+1 Architecture: all Maintainer: Debian Nginx Maintainers Installed-Size: 111 Depends: libnginx-mod-http-auth-pam, libnginx-mod-http-dav-ext, libnginx-mod-http-echo, libnginx-mod-http-geoip2, libnginx-mod-http-subs-filter, libnginx-mod-http-upstream-fair, libnginx-mod-stream-geoip2, nginx (>= 1.22.1-7~mxbp11+1), nginx (<< 1.22.1-7~mxbp11+1.1~) Homepage: https://nginx.org Priority: optional Section: httpd Filename: pool/main/n/nginx/nginx-full_1.22.1-7~mxbp11+1_all.deb Size: 100672 SHA256: 4e777ef8c52487dfb48195ef76d72e9c5c5df48ae64f3cacb654aeac5f117b83 SHA1: 0390b8f6af01d9616c0ae5105bb2947b4780216e MD5sum: 0db4e7ae2f7642b3b5f600e685ce1bd7 Description: nginx web/proxy server (standard version with 3rd parties) Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This metapackage provides a version of nginx with the complete set of standard modules included (but omitting some of those included in nginx-extras). . STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Browser, Empty GIF, FastCGI, Geo, Limit Connections, Limit Requests, Map, Memcached, Proxy, Referer, Rewrite, SCGI, Split Clients, UWSGI. . OPTIONAL HTTP MODULES: Addition, Auth Request, Charset, WebDAV, GeoIP, Gunzip, Gzip, Gzip Precompression, Headers, HTTP/2, Image Filter, Index, Log, Real IP, Slice, SSI, SSL, Stream, SSL Preread, Stub Status, Substitution, Thread Pool, Upstream, User ID, XSLT. . OPTIONAL MAIL MODULES: Mail Core, Auth HTTP, Proxy, SSL, IMAP, POP3, SMTP. . OPTIONAL STREAM MODULES: Stream Core, GeoIP, GeoIP2 . THIRD PARTY MODULES: Auth PAM, DAV Ext, Echo, GeoIP2, HTTP Substitutions Upstream Fair Queue. Package: nginx-light Source: nginx Version: 1.22.1-7~mxbp11+1 Architecture: all Maintainer: Debian Nginx Maintainers Installed-Size: 111 Depends: libnginx-mod-http-echo (>= 1:0.63-4~), nginx (>= 1.22.1-7~mxbp11+1), nginx (<< 1.22.1-7~mxbp11+1.1~) Homepage: https://nginx.org Priority: optional Section: httpd Filename: pool/main/n/nginx/nginx-light_1.22.1-7~mxbp11+1_all.deb Size: 100428 SHA256: c29692855d9a7f02c2a36299f8b70311c9ecb6845c3c2be6be18da146ad66a16 SHA1: bfc49fb6e06ff3f0fcee46d8fe52ad75167246d4 MD5sum: be0515cdeac9cf4bdd750ceafb266c8a Description: nginx web/proxy server (basic version) Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This metapackage provides a very light version of nginx with only the minimal set of features and modules. . STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Empty GIF, FastCGI, Map, Proxy, Rewrite, SCGI, uWSGI. . OPTIONAL HTTP MODULES: Auth Request, Charset, Gzip, Gzip Precompression, Headers, HTTP/2, Index, Log, Real IP, Slice, SSI, SSL, Stub Status, Thread Pool, WebDAV, Upstream. . THIRD PARTY MODULES: Echo.