Package: postgresql-13-pllua Source: postgresql-pllua Version: 1:2.0.12-7.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 375 Depends: postgresql-contrib-13, postgresql-13, libc6 (>= 2.38), liblua5.3-0 Homepage: https://github.com/pllua/pllua Priority: optional Section: database Filename: pool/main/p/postgresql-pllua/postgresql-13-pllua_2.0.12-7.pgdg26.04+1_amd64.deb Size: 122312 SHA256: 3c3e73c24947df18a96f4127456e04eee640b754f23187487b7051939d6f9ba2 SHA1: de0c4b194dff9082fa027cc1cf043573226276d2 MD5sum: c27d56bbd339894239a2b27e40c42ede Description: Lua procedural language for PostgreSQL 13 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.