Package: postgresql-14-pllua Source: postgresql-pllua Version: 1:2.0.12-4.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 927 Depends: postgresql-contrib-14, postgresql-14, postgresql-14-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-14-pllua_2.0.12-4.pgdg22.04+1_amd64.deb Size: 397544 SHA256: ed48e5fed6bf8426228643557b6e35193019baee896cd8a25b0e8e17e3da5798 SHA1: fed690b96dbd3631c248c9e4f7e2fac070f5c6ea MD5sum: b7aa69c385c93e880d99ab81c047a125 Description: Lua procedural language for PostgreSQL 14 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.