File: control

package info (click to toggle)
plv8 1.4.2.ds-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 720 kB
  • sloc: cpp: 3,292; sql: 791; makefile: 122; sh: 37
file content (27 lines) | stat: -rw-r--r-- 1,096 bytes parent folder | download | duplicates (2)
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
27
Source: plv8
Priority: extra
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Uploaders: Evgeni Golov <evgeni@debian.org>, Christoph Berg <myon@debian.org>
Build-Depends: debhelper (>= 9), postgresql-server-dev-all (>= 148~),
 libv8-dev, markdown
Standards-Version: 3.9.5
Section: database
Homepage: http://code.google.com/p/plv8js/
Vcs-Git: git://anonscm.debian.org/pkg-postgresql/plv8.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-postgresql/plv8.git
XS-Testsuite: autopkgtest

Package: postgresql-9.4-plv8
Architecture: any
Depends: postgresql-9.4, ${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.