File: control.in

package info (click to toggle)
postgresql-pllua 1%3A1.0-9
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 364 kB
  • ctags: 324
  • sloc: ansic: 1,919; sql: 292; makefile: 29; sh: 8
file content (24 lines) | stat: -rw-r--r-- 1,112 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: postgresql-pllua
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Uploaders: Christoph Berg <myon@debian.org>
Build-Depends: debhelper (>= 9), liblua5.1-dev,
 postgresql-server-dev-all (>= 153~)
Standards-Version: 3.9.8
Homepage: http://pgfoundry.org/projects/pllua/
Vcs-Git: git://anonscm.debian.org/pkg-postgresql/postgresql-pllua.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-postgresql/postgresql-pllua.git
XS-Testsuite: autopkgtest

Package: postgresql-PGVERSION-pllua
Architecture: any
Depends: postgresql-PGVERSION, ${misc:Depends}, ${shlibs:Depends}
Description: Lua procedural language for PostgreSQL PGVERSION
 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.