Package: postgresql-10-pllua Source: postgresql-pllua Version: 1:2.0.12-5.pgdg20.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 326 Depends: postgresql-contrib-10, postgresql-10, libc6 (>= 2.14), liblua5.3-0 Homepage: https://github.com/pllua/pllua Priority: optional Section: database Filename: pool/main/p/postgresql-pllua/postgresql-10-pllua_2.0.12-5.pgdg20.04+1_amd64.deb Size: 113208 SHA256: 2da17f8d62f36df2dcb2d5856b5c5977ccf497fbcf51521e0549e532ce5d63e2 SHA1: f826510b010bfb3afdcb99bc795f68bb59d3d13d MD5sum: d454b07e67abe1fe15717306ccc272ca Description: Lua procedural language for PostgreSQL 10 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.