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.
|