Raw Package Information
Package: postgresql-15-pllua
Source: postgresql-pllua
Version: 1:2.0.12-5.pgdg20.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 957
Depends: postgresql-contrib-15, postgresql-15, postgresql-15-jit-llvm (>= 10), libc6 (>= 2.14), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-15-pllua_2.0.12-5.pgdg20.04+1_amd64.deb
Size: 395740
SHA256: 4f07d46c9d1a450c07149d4a8a6c283d3a220f1e4307a260074c9609779495a3
SHA1: 1a7f5cb072018fa282d5e7dd5dd0a0fb379e0745
MD5sum: 31176b4a9e36f82ed200dc7dae640675
Description: Lua procedural language for PostgreSQL 15
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.