File: control

package info (click to toggle)
node-encoding 0.1.13-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 172 kB
  • sloc: javascript: 78; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,148 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
30
Source: node-encoding
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Mathias Behrle <mbehrle@debian.org>
Build-Depends: debhelper-compat (= 13)
 , nodeunit <!nocheck>
 , node-iconv <!nocheck>
 , node-iconv-lite <!nocheck>
 , dh-sequence-nodejs
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-encoding
Vcs-Git: https://salsa.debian.org/js-team/node-encoding.git
Homepage: https://github.com/andris9/encoding
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-encoding
Architecture: all
Depends: ${misc:Depends}
 , node-iconv-lite
Multi-Arch: foreign
Description: Convert encodings, uses iconv by default and fallbacks to iconv-lite if needed
 encoding is a simple wrapper around
 node-iconv (https://github.com/bnoordhuis/node-iconv) and
 iconv-lite (https://github.com/ashtuchkin/iconv-lite/) to convert strings
 from one encoding to another. If node-iconv is not available for some reason,
 iconv-lite will be used instead of it as a fallback.
 .
 Node.js is an event-based server-side JavaScript engine.