node-gyp 0.10.10-2 source package in Ubuntu

Changelog

node-gyp (0.10.10-2) unstable; urgency=low


  * 1001 patch: use make on kfreebsd, not gmake

 -- Jérémy Lal <email address hidden>  Thu, 19 Sep 2013 12:25:29 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
node-gyp_0.10.10-2.dsc 1.9 KiB 4d246d216ae82385e9a8e74159273964a022ea9df9a1706c8daf8f669f8f6900
node-gyp_0.10.10.orig.tar.gz 311.1 KiB 1a99d7aecadeb08e674847030d8d9465fd403d543339351883ad65ab0463cb9f
node-gyp_0.10.10-2.debian.tar.gz 5.2 KiB 25245c053ccfc0facb4d7b436c30c7fdc2042b14cb8c5e7f6da3d0c13137caa5

Available diffs

No changes file available.

Binary packages built by this source

node-gyp: 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.