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
|
Source: node-generic-pool
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>,
Jérémy Lal <kapouer@melix.org>
Build-Depends:
debhelper
, dh-buildinfo
Standards-Version: 3.9.8
Homepage: https://github.com/coopernurse/node-pool
Vcs-Git: https://anonscm.debian.org/git/collab-maint/node-generic-pool.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/node-generic-pool.git
Package: node-generic-pool
Architecture: all
Depends:
${misc:Depends}
, nodejs
Description: generic resource pooling for Node.js
generic-pool is a generic resource pooling for Node.js.
It can be used to reuse or throttle expensive resources such as database
connections.
.
Node.js is an event-based server-side javascript engine.
|