File: control

package info (click to toggle)
plv8 1%3A1.4.10.ds-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 556 kB
  • ctags: 322
  • sloc: cpp: 3,350; sql: 819; makefile: 125; sh: 47
file content (26 lines) | stat: -rw-r--r-- 1,032 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
25
26
Source: plv8
Priority: extra
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Uploaders: Christoph Berg <myon@debian.org>
Build-Depends: debhelper (>= 9), postgresql-server-dev-all (>= 148~),
 libv8-dev, markdown
Standards-Version: 3.9.8
Section: database
Homepage: https://github.com/plv8/plv8
Vcs-Git: git://anonscm.debian.org/pkg-postgresql/plv8.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-postgresql/plv8.git

Package: postgresql-9.6-plv8
Architecture: any
Depends: postgresql-9.6, ${shlibs:Depends}, ${misc:Depends}
Provides: postgresql-plv8
Description: Procedural language interface between PostgreSQL and JavaScript
 V8 is a high performance JavaScript engine written in C++.  It is used
 in the document-oriented data store MongoDB.
 .
 PostgreSQL is an open source SQL database server.
 .
 This package provides a procedural language interface to JavaScript from
 PostgreSQL. Procedural languages are used to write functions
 which can be called in database queries.