Package: postgresql-14-pllua Source: postgresql-pllua Version: 1:2.0.12-7.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 870 Depends: postgresql-contrib-14, postgresql-14, libc6 (>= 2.38), liblua5.3-0 Breaks: postgresql-14-jit-llvm (<< 21) Homepage: https://github.com/pllua/pllua Priority: optional Section: database Filename: pool/main/p/postgresql-pllua/postgresql-14-pllua_2.0.12-7.pgdg26.04+1_amd64.deb Size: 354564 SHA256: 6c41d49213ed8f22c079f249f2818863e8e35133c9430a98b9b32ed135ec7882 SHA1: a4665a8d1bbc425789f4d987c35e98b6d884c2a5 MD5sum: a9f58838fcf81af960da7c62c3b569cc 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.