Package: postgresql-15-pllua Source: postgresql-pllua Version: 1:2.0.12-3.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 932 Depends: postgresql-contrib-15, postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.14), liblua5.3-0 Homepage: https://github.com/pllua/pllua Priority: optional Section: database Filename: pool/main/p/postgresql-pllua/postgresql-15-pllua_2.0.12-3.pgdg22.04+1_amd64.deb Size: 401724 SHA256: 9f13bc995c5d77c4794714e81212d1c7f003c6aa7f1cb08376b51e71a1508943 SHA1: 6d6d3c5c2771984dd195dc45a8c2d80e33797910 MD5sum: 5d5b2dd159403f38da448641bf7118ad 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.