Package: postgresql-11-pllua Source: postgresql-pllua Version: 1:2.0.12-7.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 375 Depends: postgresql-contrib-11, postgresql-11, libc6 (>= 2.38), liblua5.3-0 Homepage: https://github.com/pllua/pllua Priority: optional Section: database Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua_2.0.12-7.pgdg26.04+1_amd64.deb Size: 122220 SHA256: d4808326d09e5ff557fd5396ddbc5c0435a730aadac2a2565e6d30dc2d4d0aab SHA1: c652fd2a71902e64b7a00d903b1b04f0767c669f MD5sum: 084b80c5325dba9affde7fefe47b8a99 Description: Lua procedural language for PostgreSQL 11 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.