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 (>= 9.0.0)
 , dh-buildinfo
Standards-Version: 4.1.4
Homepage: https://github.com/nodejs/node-gyp
Vcs-Browser: https://salsa.debian.org/js-team/node-gyp
Vcs-Git: https://salsa.debian.org/js-team/node-gyp.git

Package: node-gyp
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , nodejs-dev
 , gyp (>= 0.1+20150913git1f374df9)
 , node-fstream
 , node-glob
 , node-graceful-fs (>= 2)
 , node-minimatch
 , node-mkdirp
 , node-nopt (>= 2)
 , node-npmlog
 , node-osenv
 , node-request
 , node-rimraf
 , node-semver (>= 2.1)
 , node-tar
 , node-which
Recommends: build-essential
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-gyp replaces node-waf program which was deprecated in Node.js 0.8
 and removed since Node.js 0.10.
 .
 Node.js is an event-based server-side javascript engine.
