Package: postgresql-16-pllua Source: postgresql-pllua Version: 1:2.0.12-7.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 921 Depends: postgresql-contrib-16, postgresql-16, libc6 (>= 2.14), liblua5.3-0 Breaks: postgresql-16-jit-llvm (<< 15) Homepage: https://github.com/pllua/pllua Priority: optional Section: database Filename: pool/main/p/postgresql-pllua/postgresql-16-pllua_2.0.12-7.pgdg22.04+1_amd64.deb Size: 398912 SHA256: 20d499bb0724343b42cc4dbb0a94f8f9ceae993b2c6b85256d43170d30401ad5 SHA1: 282c5ab940ee64cabac182f986d90774609ba871 MD5sum: 8e0de499c6f3786c593502ffb581bd18 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.