Package: postgresql-17-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-17, postgresql-17, libc6 (>= 2.38), liblua5.3-0 Breaks: postgresql-17-jit-llvm (<< 21) Homepage: https://github.com/pllua/pllua Priority: optional Section: database Filename: pool/main/p/postgresql-pllua/postgresql-17-pllua_2.0.12-7.pgdg26.04+1_amd64.deb Size: 353016 SHA256: bb45245ba823387385c07e369d71cacb253649b7ce0772ea813a6ab5857b0fb1 SHA1: 4de2591eb3f15f4f458304b6586e3350669aee2e MD5sum: d7be3749a4026cdd19a8dda4485db886 Description: Lua procedural language for PostgreSQL 17 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.