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