Package: postgresql-15-pllua Source: postgresql-pllua Version: 1:2.0.12-2.pgdg20.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 956 Depends: postgresql-contrib-15, postgresql-15, postgresql-15-jit-llvm (>= 10), 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-2.pgdg20.04+1_amd64.deb Size: 395096 SHA256: 1472daeef9b94cb68fab69477c90a708081445b80bce1487f2e8ad2069903cf1 SHA1: 93f00515b4a95a85fddee7bb5a67769023cda6af MD5sum: 7d8791514257c064dbccdf040879d6aa 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.