Package: postgresql-12-pllua Source: postgresql-pllua Version: 1:2.0.12-7.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 371 Depends: postgresql-contrib-12, postgresql-12, libc6 (>= 2.38), 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-7.pgdg26.04+1_amd64.deb Size: 122252 SHA256: c50799748919b31009a67667e7b833b4a8d48c41e8415b58c5f74fb24b72985b SHA1: e61f37f9eeb6db932bb150eb62e49955896810cc MD5sum: 6a3be8190f26d28c08ab63757113dd95 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.