File: control

package info (click to toggle)
node-iconv 2.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,420 kB
  • ctags: 3,720
  • sloc: ansic: 90,675; cpp: 110; makefile: 27
file content (21 lines) | stat: -rw-r--r-- 855 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
Source: node-iconv
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>,
 Matthew Pideil <matthewp_debian@teledetection.fr>
Build-Depends: debhelper (>= 9), libc6-dev (>= 2.24-4),
 nodejs-dev, node-gyp, node-nan (>= 1.8)
Standards-Version: 3.9.8
Homepage: https://github.com/bnoordhuis/node-iconv
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-iconv.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-javascript/node-iconv.git

Package: node-iconv
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, nodejs
Description: text recoding module for Node.js
 node-iconv provides a simple interface for converting text from one
 character encoding to another.
 .
 Node.js is an event-based server-side javascript engine.