Package: postgresql-12-pllua Source: postgresql-pllua Version: 1:2.0.12-5.pgdg20.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 937 Depends: postgresql-contrib-12, postgresql-12, postgresql-12-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-12-pllua_2.0.12-5.pgdg20.04+1_amd64.deb Size: 389992 SHA256: 3a39d992d1d0e217aff18b145e690e0cf5bb88f5e0c8e1ae4959b64a3520d377 SHA1: 5a05e2138b34bf560c522628431953d6c961705f MD5sum: 36fb38b1354109ef60c78bb01f5c1d2e Description: Lua procedural language for PostgreSQL 12 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.