Package: postgresql-14-pllua Source: postgresql-pllua Version: 1:2.0.12-2.pgdg20.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 951 Depends: postgresql-contrib-14, postgresql-14, postgresql-14-jit-llvm (>= 10), 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-2.pgdg20.04+1_amd64.deb Size: 391372 SHA256: f3cd09e6631f713353a2de71836c97333b8c5ad8a65d406df37d66a3ef0f8201 SHA1: af9dfce15bad93be290dabeeab412282e71f4775 MD5sum: acb126572cf372d87c67e499f7f7391f 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.