File: control

package info (click to toggle)
node-postgres 7.7.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,112 kB
  • sloc: makefile: 79; sh: 11
file content (30 lines) | stat: -rw-r--r-- 996 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
27
28
29
30
Source: node-postgres
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Xavier Guimard <yadd@debian.org>
Section: javascript
Priority: optional
Build-Depends: debhelper (>= 11~),
               node-async,
               node-generic-pool,
               node-semver (>= 4.3.2),
               node-split,
               node-xtend (>= 4.0.1-2)
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/js-team/node-postgres
Vcs-Git: https://salsa.debian.org/js-team/node-postgres.git
Homepage: https://github.com/brianc/node-postgres

Package: node-pg
Architecture: all
Depends: ${misc:Depends},
         ${shlibs:Depends},
         node-async,
         node-semver (>= 4.3.2),
         node-split,
         node-xtend
Suggests: postgresql
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.