Raw Package Information
Package: postgresql-11-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: 921
Depends: postgresql-contrib-11, postgresql-11, libc6 (>= 2.14), liblua5.3-0
Breaks: postgresql-11-jit-llvm (<< 15)
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua_2.0.12-7.pgdg22.04+1_amd64.deb
Size: 395176
SHA256: 0fe3cabf0a7d65aedcaa427ca5d6f3aa1e55b629b14073905d9628441493f5b3
SHA1: ec37dede1f51081df13c6a25eeae98f6bf7312f1
MD5sum: 7f7dc03f3be1f978cd61423a3d6873ba
Description: Lua procedural language for PostgreSQL 11
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.