Package: postgresql-13-pllua Source: postgresql-pllua Version: 1:2.0.11-1.pgdg18.04+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 939 Depends: postgresql-contrib-13, postgresql-13, libc6 (>= 2.4), liblua5.3-0 Homepage: https://github.com/pllua/pllua Priority: optional Section: database Filename: pool/main/p/postgresql-pllua/postgresql-13-pllua_2.0.11-1.pgdg18.04+1_i386.deb Size: 392724 SHA256: 7f2e3dfdbee9f83018803b1c1cf99f70187844081c2bb6aebdd153ec405938d0 SHA1: 5503b95c38e041485a5332beff7a692bd354a3aa MD5sum: b8a051e33b74747c238a6409e45c6313 Description: Lua procedural language for PostgreSQL 13 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.