node-nan 1.8.4-3 source package in Ubuntu

Changelog

node-nan (1.8.4-3) unstable; urgency=medium

  * Install all headers (Closes: #785791).

 -- Jérémy Lal <email address hidden>  Wed, 20 May 2015 10:55:51 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-nan_1.8.4-3.dsc 2.0 KiB f8e9165bd14875fd6673dfced44e3581a61bb8a4d8ea736b552079982f73534d
node-nan_1.8.4.orig.tar.gz 118.0 KiB a09196013fdea0d8c787cdad0d4e4a021a05d2f2d58469c1248b38cbe051098f
node-nan_1.8.4-3.debian.tar.xz 4.9 KiB d00f8d71ecc250a51fc75da23f5b718413b3c45d387950b6f091f793838e6758

Available diffs

No changes file available.

Binary packages built by this source

node-nan: Native Abstractions for Node.js

 A header file filled with macro and utility goodness for making addon
 development for Node.js easier across versions 0.8, 0.10 and 0.11, and
 eventually 0.12.
 .
 Thanks to the crazy changes in V8 (and some in Node core), keeping
 native addons compiling happily across versions, particularly 0.10 to
 0.11/0.12, is a minor nightmare. The goal of this project is to store
 all logic necessary to develop native Node.js addons without having to
 inspec NODE_MODULE_VERSION and get yourself into a macro-tangle.
 .
 This project also contains some helper utilities that make addon
 development a bit more pleasant.