Package: postgresql-10-pllua Source: postgresql-pllua Version: 1:2.0.12-7.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 324 Depends: postgresql-contrib-10, postgresql-10, libc6 (>= 2.38), 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-7.pgdg26.04+1_amd64.deb Size: 112392 SHA256: 2d7fe77f022807473ec39838cda37834c368a9d0012eea15c220885c1f822ade SHA1: e7e47f289b20318959667f26c745c2dabf7c7a25 MD5sum: 94bbcefa3e6819a5240ef62dd1b47abd 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.