File: control.in

package info (click to toggle)
node-postgres 8.14.1%2B~cs35.17.33-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,540 kB
  • sloc: javascript: 15,883; python: 79; makefile: 53
file content (30 lines) | stat: -rw-r--r-- 786 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
25
26
27
28
29
30
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:
 ${cdbs:Depends}
 , ${misc:Depends}
 , ${shlibs: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.