File: control

package info (click to toggle)
node-zipfile 0.5.12%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,004 kB
  • sloc: cpp: 508; makefile: 52; sh: 29; lisp: 10
file content (33 lines) | stat: -rw-r--r-- 990 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
31
32
33
Source: node-zipfile
Section: javascript
Priority: optional
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 (>= 11~)
 , node-gyp (>= 3.8.0-2)
 , node-pre-gyp (>= 0.10.2~)
 , node-nan
 , libnode-dev
 , mocha
 , libzip-dev
 , pkg-config
Standards-Version: 4.3.0
Homepage: https://github.com/springmeyer/node-zipfile
Vcs-Git: https://salsa.debian.org/js-team/node-zipfile.git
Vcs-Browser: https://salsa.debian.org/js-team/node-zipfile

Package: node-zipfile
Architecture: any
Depends:
 ${shlibs:Depends}
 , ${misc:Depends}
 , node-pre-gyp (>= 0.10.2~)
 , nodejs
Description: library for handling zipfiles in Node.js
 node-zipfile is a C++ module for handling zipfiles in Node.js. It provides
 bindings to libzip, whis is a C library for reading, creating, and modifying
 zip archives..
 .
 Node.js is an event-based server-side javascript engine.