Package: postgresql-13-pllua Source: postgresql-pllua Version: 1:2.0.12-2.pgdg20.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 937 Depends: postgresql-contrib-13, postgresql-13, postgresql-13-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-13-pllua_2.0.12-2.pgdg20.04+1_amd64.deb Size: 389636 SHA256: 1ac2afe6c23259f95484632ce75d5c0a3ecdb029e6dfe88a794842390a1cc445 SHA1: 6af739d9500da7c8b0fa69ddafa161e7228e5157 MD5sum: 237816b4e567bd5f86cbfecf4c1ea9e0 Description: Lua procedural language for PostgreSQL 13 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.