File: control

package info (click to toggle)
node-mysql 2.18.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,740 kB
  • sloc: makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,041 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
Source: node-mysql
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Section: javascript
Priority: optional
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 12),
               nodejs,
               node-bignumber (>= 7.2.1~),
               node-readable-stream,
               pkg-js-tools (>= 0.9.12~)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-mysql
Vcs-Git: https://salsa.debian.org/js-team/node-mysql.git
Homepage: https://github.com/felixge/node-mysql
Rules-Requires-Root: no

Package: node-mysql
Architecture: all
Depends: ${misc:Depends},
         nodejs,
         node-bignumber,
         node-readable-stream
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.