Raw Package Information

Package: postgresql-14-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: 928
Depends: postgresql-contrib-14, postgresql-14, libc6 (>= 2.14), liblua5.3-0
Breaks: postgresql-14-jit-llvm (<< 15)
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-14-pllua_2.0.12-7.pgdg22.04+1_amd64.deb
Size: 397392
SHA256: dcad45f1e4eed482abfc88949e94814902dfd98f9287336e7b52e98cc7c9f239
SHA1: 077c805eaa2c1680507de05068d8f17045573db2
MD5sum: 72d9d4f3a43f219868bc993b94c0463c
Description: Lua procedural language for PostgreSQL 14
 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.