Source: node-mysql
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Mike Gabriel <sunweaver@debian.org>
 , Thorsten Alteholz <debian@alteholz.de>
Build-Depends:
 debhelper (>= 9.0.0),
 dh-buildinfo,
 nodejs,
Standards-Version: 3.9.5
Homepage: https://github.com/felixge/node-mysql
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-mysql.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-javascript/node-mysql.git

Package: node-mysql
Architecture: all
Depends:
 ${misc:Depends},
 nodejs (>= 0.10.0),
 node-require-all (>= 0.0.3),
 node-bignumber (>= 1.0.1),
Description: MySQL client implementation for Node.js
 Implementation of the MySQL protocol for Node.js.
 .
 This MySQL module provides non-blocking I/O with MySQL databases. It is written
 in pure Javascript and there is no dependency on external C libraries such as
 libmysql.
