Raw Package Information

Package: postgresql-13-pllua
Source: postgresql-pllua
Version: 1:2.0.12-7.pgdg22.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 922
Depends: postgresql-contrib-13, postgresql-13, libc6 (>= 2.14), liblua5.3-0
Breaks: postgresql-13-jit-llvm (<< 15)
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-13-pllua_2.0.12-7.pgdg22.04+1_amd64.deb
Size: 396172
SHA256: f3c0116a72693b846b9c78137a1c18982a56b86e8e698d82df64a5685d60285b
SHA1: f9a72d59a9e374e8f6996c63642bc2aef7d87b36
MD5sum: 56db8ec44a1efb4dc0c5e4b5a937ef4f
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.