Package: postgresql-16-pllua Source: postgresql-pllua Version: 1:2.0.12-5.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 921 Depends: postgresql-contrib-16, postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.14), liblua5.3-0 Homepage: https://github.com/pllua/pllua Priority: optional Section: database Filename: pool/main/p/postgresql-pllua/postgresql-16-pllua_2.0.12-5.pgdg22.04+1_amd64.deb Size: 398708 SHA256: 9fb85076331253a299f0499e0bcd4122a40c7836c0b3785a802525e2a5e3c969 SHA1: 6118cdaf0bf1de9bf8c2e4b1c8ccfb1b1be16d3a MD5sum: c7d0f5e86f7614c9fd98d286aee191f8 Description: Lua procedural language for PostgreSQL 16 PL/Lua is an implementation of Lua as a loadable procedural language for PostgreSQL: with PL/Lua you can use PostgreSQL functions and triggers written in the Lua programming language. . It brings the power and simplicity of Lua to PostgreSQL, including: small memory footprint, simple syntax, lexical scoping, functions as first-class values, and coroutines for non-preemptive threading. . This package is based on pllua-ng.