Package: postgresql-9.5-pllua Source: postgresql-pllua Version: 1:2.0.9-1.pgdg20.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 326 Depends: postgresql-9.5, libc6 (>= 2.14), liblua5.3-0 Homepage: https://github.com/pllua/pllua Priority: optional Section: database Filename: pool/main/p/postgresql-pllua/postgresql-9.5-pllua_2.0.9-1.pgdg20.04+1_amd64.deb Size: 112904 SHA256: 8bf6c2c7e449e7aa312ea56a0372f8c2eabe03c8731d988a1916d3f1f82b079f SHA1: d21b1501969a3f9e4fc2c9dac6fb2a202eb84d23 MD5sum: b7da750d7f0b0f256cc5f35b06eb666a Description: Lua procedural language for PostgreSQL 9.5 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.