Package: postgresql-16-pllua Source: postgresql-pllua Version: 1:2.0.12-7.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 854 Depends: postgresql-contrib-16, postgresql-16, libc6 (>= 2.38), liblua5.3-0 Breaks: postgresql-16-jit-llvm (<< 21) Homepage: https://github.com/pllua/pllua Priority: optional Section: database Filename: pool/main/p/postgresql-pllua/postgresql-16-pllua_2.0.12-7.pgdg26.04+1_amd64.deb Size: 353124 SHA256: 26845a673a1259da0a8496daff4312858988766d69b57cc0066b80b6beda2da6 SHA1: e7b72dcae6af8de8fcf2d41bcaa8738f4b1956ad MD5sum: 7bab2d55b224d9c371d073aa4cdbf12b Description: Lua procedural language for PostgreSQL 16 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.