File: control

package info (click to toggle)
node-gyp 10.3.0%2B~5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,296 kB
  • sloc: python: 24,964; javascript: 5,077; lisp: 258; cs: 186; ansic: 46; cpp: 28; sh: 23; makefile: 7
file content (45 lines) | stat: -rw-r--r-- 1,267 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
34
35
36
37
38
39
40
41
42
43
44
45
Source: node-gyp
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , mocha
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/js-team/node-gyp
Vcs-Git: https://salsa.debian.org/js-team/node-gyp.git
Homepage: https://github.com/nodejs/node-gyp
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-gyp
Architecture: all
Depends: ${misc:Depends}
 , gyp (>= 0.1+20200513gitcaa6002)
 , libnode-dev
 , node-glob
 , node-graceful-fs
 , node-https-proxy-agent (>= 7)
 , node-mkdirp
 , node-fetch
 , node-nopt
 , node-npmlog
 , node-osenv
 , node-rimraf
 , node-semver (>= 7)
 , node-tar
 , node-which
 , nodejs:any
Recommends: build-essential
Provides: ${nodejs:Provides}
Description: Native addon build tool for Node.js
 node-gyp is a cross-platform command-line tool written in Node.js
 for compiling native addon modules for Node.js.
 .
 It features :
  * Easy to use, consistent interface
  * Same commands to build a module on every platform
  * Support of multiple target versions of Node.js
 .
 Node.js is an event-based server-side javascript engine.