File: control.in

package info (click to toggle)
node-postgres 7.14.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,956 kB
  • sloc: javascript: 11,389; makefile: 79; python: 79; sh: 64
file content (24 lines) | stat: -rw-r--r-- 778 bytes parent folder | download | duplicates (3)
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: node-postgres
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Build-Depends: @cdbs@
Standards-Version: 3.9.5
Homepage: https://github.com/brianc/node-postgres
Vcs-Git: git://git.debian.org/collab-maint/node-postgres
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/node-postgres.git

Package: node-pg
Architecture: any
Depends: ${misc:Depends},
 ${shlibs:Depends},
 ${cdbs:Depends}
Suggests: postgresql
Conflicts: libnode-pg
Provides: libnode-pg
Description: PostgreSQL client library for Node
 Node is an event-based server-side JavaScript engine.
 .
 node-postgres is a non-blocking (async) pure JavaScript PostgreSQL
 client library for Node.