Package: postgresql-11-pllua Source: postgresql-pllua Version: 1:2.0.12-2.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 919 Depends: postgresql-contrib-11, postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.14), liblua5.3-0 Homepage: https://github.com/pllua/pllua Priority: optional Section: database Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua_2.0.12-2.pgdg22.04+1_amd64.deb Size: 394780 SHA256: 4a00c8cba8b3c46425921ecdc44ea49b2a4ff4c2fb827f92492f229227769efc SHA1: 4ad47df9bbd4791278acbc4fcc0dc97e4852021c MD5sum: 18a81abf5686aff83d28d7d509359c59 Description: Lua procedural language for PostgreSQL 11 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.