Package: postgresql-18-pllua Source: postgresql-pllua Version: 1:2.0.12-5.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 873 Depends: postgresql-contrib-18, postgresql-18, libc6 (>= 2.14), liblua5.3-0 Homepage: https://github.com/pllua/pllua Priority: optional Section: database Filename: pool/main/p/postgresql-pllua/postgresql-18-pllua_2.0.12-5.pgdg22.04+1_amd64.deb Size: 362800 SHA256: 1bfca2fc2d6ff7f6c150e2ea33162c8f01145e25daa8d28780ec2248a60d870b SHA1: 3d0d39adf7f06b7328fac68f112579acbbcfe0e7 MD5sum: 5e8f4a3b6c8ea94569fbe52c1bc4a9e4 Description: Lua procedural language for PostgreSQL 18 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.