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