Package: postgresql-12-pllua Source: postgresql-pllua Version: 1:2.0.12-6.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 923 Depends: postgresql-contrib-12, postgresql-12, libc6 (>= 2.14), liblua5.3-0 Breaks: postgresql-12-jit-llvm (<< 15) Homepage: https://github.com/pllua/pllua Priority: optional Section: database Filename: pool/main/p/postgresql-pllua/postgresql-12-pllua_2.0.12-6.pgdg22.04+1_amd64.deb Size: 396372 SHA256: 54fc000bcd7f0f73a8403ca93ca144ffd4420eea00a1895e7070e4991ebd2681 SHA1: fa14aeae2201819db9c6e115ab7f203829252b7a MD5sum: c722ae614f8819681574376bb86d1dd3 Description: Lua procedural language for PostgreSQL 12 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.